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
QVLAStorage< Size, Align, Prealloc > Class Template Reference

#include <qvarlengtharray.h>

+ Inheritance diagram for QVLAStorage< Size, Align, Prealloc >:
+ Collaboration diagram for QVLAStorage< Size, Align, Prealloc >:

Protected Member Functions

 QVLAStorage ()=default
 

Protected Attributes

char array [Prealloc *(Align > Size ? Align :Size)]
 
QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED
 

Detailed Description

template<size_t Size, size_t Align, qsizetype Prealloc>
class QVLAStorage< Size, Align, Prealloc >

Definition at line 32 of file qvarlengtharray.h.

Constructor & Destructor Documentation

◆ QVLAStorage()

template<size_t Size, size_t Align, qsizetype Prealloc>
QVLAStorage< Size, Align, Prealloc >::QVLAStorage ( )
protecteddefault

Member Data Documentation

◆ array

template<size_t Size, size_t Align, qsizetype Prealloc>
char QVLAStorage< Size, Align, Prealloc >::array[Prealloc *(Align > Size ? Align :Size)]
protected

Definition at line 39 of file qvarlengtharray.h.

◆ QT_WARNING_DISABLE_DEPRECATED

template<size_t Size, size_t Align, qsizetype Prealloc>
QT_WARNING_PUSH QVLAStorage< Size, Align, Prealloc >::QT_WARNING_DISABLE_DEPRECATED
protected

Definition at line 44 of file qvarlengtharray.h.


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