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
QMetaTypeId2< T > Struct Template Reference

#include <qmetatype.h>

+ Inheritance diagram for QMetaTypeId2< T >:
+ Collaboration diagram for QMetaTypeId2< T >:

Public Types

enum  { Defined = QMetaTypeId<T>::Defined , IsBuiltIn =false }
 
using NameAsArrayType = void
 

Static Public Member Functions

static constexpr int qt_metatype_id ()
 

Detailed Description

template<typename T>
struct QMetaTypeId2< T >

Definition at line 1238 of file qmetatype.h.

Member Typedef Documentation

◆ NameAsArrayType

template<typename T >
using QMetaTypeId2< T >::NameAsArrayType = void

Definition at line 1240 of file qmetatype.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Defined 
IsBuiltIn 

Definition at line 1241 of file qmetatype.h.

Member Function Documentation

◆ qt_metatype_id()

template<typename T >
static constexpr int QMetaTypeId2< T >::qt_metatype_id ( )
inlinestaticconstexpr

Definition at line 1242 of file qmetatype.h.

Referenced by QtPrivate::QMetaTypeForType< S >::getLegacyRegister(), and QtPrivate::QMetaTypeIdHelper< T, Defined >::qt_metatype_id().

+ Here is the caller graph for this function:

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