#include <QtCore/QMutex>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qglobalstatic.h>
#include <new>
Go to the source code of this file.
◆ Q_APPLICATION_STATIC
#define Q_APPLICATION_STATIC |
( |
|
TYPE, |
|
|
|
NAME, |
|
|
|
... |
|
) |
| |
Value: namespace { struct Q_QAS_ ## NAME { \
static void innerFunction(
void *
pointer) \
noexcept(noexcept(std::remove_cv_t<QAS_Type>(__VA_ARGS__))) \
{ \
new (
pointer) QAS_Type(__VA_ARGS__); \
} \
}; } \
GLsizei const void * pointer
Definition at line 70 of file qapplicationstatic.h.