(f801220aca24fecc80f3aa9b37d763060155ffe3)
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtcoreexports.h>
#include <QtCore/qtnoop.h>
Go to the source code of this file.
◆ Q_STATIC_ASSERT
#define Q_STATIC_ASSERT |
( |
| Condition | ) |
|
Value:
#define Q_STATIC_ASSERT_PRIVATE_JOIN(A, B)
Definition at line 120 of file qassert.h.
◆ Q_STATIC_ASSERT_PRIVATE_JOIN
#define Q_STATIC_ASSERT_PRIVATE_JOIN |
( |
| A, |
|
|
| B ) |
Value:
#define Q_STATIC_ASSERT_PRIVATE_JOIN_IMPL(A, B)
Definition at line 114 of file qassert.h.
◆ Q_STATIC_ASSERT_PRIVATE_JOIN_IMPL
#define Q_STATIC_ASSERT_PRIVATE_JOIN_IMPL |
( |
| A, |
|
|
| B ) |
◆ Q_STATIC_ASSERT_X
#define Q_STATIC_ASSERT_X |
( |
| Condition, |
|
|
| Message ) |
Value:
#define Q_STATIC_ASSERT(Condition)
Definition at line 123 of file qassert.h.