QtBase  v6.3.1
Classes | Macros | Functions
qarraydatapointer.h File Reference
#include <QtCore/qarraydataops.h>
#include <QtCore/qcontainertools_impl.h>
Include dependency graph for qarraydatapointer.h:

Go to the source code of this file.

Classes

struct  QArrayDataPointer< T >
 

Macros

#define Q_ARRAY_LITERAL(Type, ...)
 

Functions

template<class T >
void swap (QArrayDataPointer< T > &p1, QArrayDataPointer< T > &p2) noexcept
 

Macro Definition Documentation

◆ Q_ARRAY_LITERAL

#define Q_ARRAY_LITERAL (   Type,
  ... 
)
Value:
static Type const data[] = { __VA_ARGS__ }; \
}())
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
static QArrayDataPointer fromRawData(const T *rawData, qsizetype length) noexcept
Definition: moc.h:48

Definition at line 408 of file qarraydatapointer.h.

Function Documentation

◆ swap()

template<class T >
void swap ( QArrayDataPointer< T > &  p1,
QArrayDataPointer< T > &  p2 
)
inlinenoexcept

Definition at line 396 of file qarraydatapointer.h.

Here is the call graph for this function: