Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qtmochelpers.h File Reference
#include <QtCore/qglobal.h>
#include <algorithm>
#include <limits>
+ Include dependency graph for qtmochelpers.h:

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
 

Macro Definition Documentation

◆ QT_MOC_HAS_STRINGDATA

#define QT_MOC_HAS_STRINGDATA   1

Definition at line 79 of file qtmochelpers.h.