Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::MetaObjectForType< T, typename std::enable_if< IsQEnumHelper< T >::Value >::type > Struct Template Reference

#include <qmetatype.h>

+ Collaboration diagram for QtPrivate::MetaObjectForType< T, typename std::enable_if< IsQEnumHelper< T >::Value >::type >:

Static Public Member Functions

static constexpr const QMetaObjectvalue ()
 
static constexpr const QMetaObjectmetaObjectFunction (const QMetaTypeInterface *)
 

Detailed Description

template<typename T>
struct QtPrivate::MetaObjectForType< T, typename std::enable_if< IsQEnumHelper< T >::Value >::type >

Definition at line 1024 of file qmetatype.h.

Member Function Documentation

◆ metaObjectFunction()

template<typename T >
static constexpr const QMetaObject * QtPrivate::MetaObjectForType< T, typename std::enable_if< IsQEnumHelper< T >::Value >::type >::metaObjectFunction ( const QMetaTypeInterface * )
inlinestaticconstexpr

Definition at line 1027 of file qmetatype.h.

◆ value()

template<typename T >
static constexpr const QMetaObject * QtPrivate::MetaObjectForType< T, typename std::enable_if< IsQEnumHelper< T >::Value >::type >::value ( )
inlinestaticconstexpr

Definition at line 1026 of file qmetatype.h.

References QtPrivate::qt_getEnumMetaObject().

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: