![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/q23utility.h>
Go to the source code of this file.
Macros | |
#define | CHECK2(cvref_in, cvref_out) |
#define | CHECK(cvref) CHECK2(cvref, cvref) |
Functions | |
CHECK2 (, &&) | |
CHECK & | CHECK (&&);CHECK2(const, const && |
CHECK (const &) | |
CHECK (const &&) | |
#define CHECK | ( | cvref | ) | CHECK2(cvref, cvref) |
Definition at line 14 of file q23utility.cpp.
#define CHECK2 | ( | cvref_in, | |
cvref_out | |||
) |
Definition at line 8 of file q23utility.cpp.
CHECK & CHECK | ( | && | ) | const && |
CHECK | ( | const && | ) |
CHECK | ( | const & | ) |
CHECK2 | ( | && | ) |