#include <QtCore/qatomic.h>
#include <QtCore/qtclasshelpermacros.h>
#include <atomic>
#include <type_traits>
Go to the source code of this file.
◆ Q_GLOBAL_STATIC
◆ Q_GLOBAL_STATIC_WITH_ARGS
#define Q_GLOBAL_STATIC_WITH_ARGS |
( |
|
TYPE, |
|
|
|
NAME, |
|
|
|
ARGS |
|
) |
| |
Value: QT_WARNING_PUSH \
QT_WARNING_DISABLE_CLANG("-Wunevaluated-expression") \
namespace { struct Q_QGS_ ## NAME { \
static void innerFunction(
void *
pointer) \
noexcept(noexcept(std::remove_cv_t<QGS_Type> ARGS)) \
{ \
} \
}; } \
GLsizei const void * pointer
Definition at line 99 of file qglobalstatic.h.