Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QTypedArrayAllocationResult< T > Struct Template Reference

#include <qarraydata.h>

Collaboration diagram for QTypedArrayAllocationResult< T >:

Public Member Functions

 operator std::pair< QTypedArrayData< T > *, T * > () const noexcept

Public Attributes

QTypedArrayData< T > * header
T * ptr

Detailed Description

template<class T>
struct QTypedArrayAllocationResult< T >

Definition at line 28 of file qarraydata.h.

Member Function Documentation

◆ operator std::pair< QTypedArrayData< T > *, T * >()

template<class T>
QTypedArrayAllocationResult< T >::operator std::pair< QTypedArrayData< T > *, T * > ( ) const
inlinenoexcept

Definition at line 34 of file qarraydata.h.

Member Data Documentation

◆ header

template<class T>
QTypedArrayData<T>* QTypedArrayAllocationResult< T >::header

Definition at line 30 of file qarraydata.h.

◆ ptr

template<class T>
T* QTypedArrayAllocationResult< T >::ptr

Definition at line 31 of file qarraydata.h.


The documentation for this struct was generated from the following file: