![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qglobal.h>
#include <algorithm>
#include <limits>
Go to the source code of this file.
Classes | |
struct | QtMocHelpers::StringData< Count, StringSize > |
Namespaces | |
namespace | QtMocHelpers |
Macros | |
#define | QT_MOC_HAS_STRINGDATA 1 |
Functions | |
template<uint... Nx> | |
constexpr size_t | QtMocHelpers::stringDataSizeHelper (std::integer_sequence< uint, Nx... >) |
template<uint... Nx> | |
constexpr auto | QtMocHelpers::stringData (const char(&...strings)[Nx]) |
Variables | |
static constexpr size_t | QtMocHelpers::MaxStringSize |
#define QT_MOC_HAS_STRINGDATA 1 |
Definition at line 79 of file qtmochelpers.h.