Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtPrivate::MetaObjectForType< T, Enable > Struct Template Reference

#include <qmetatype.h>

Collaboration diagram for QtPrivate::MetaObjectForType< T, Enable >:

Public Types

using MetaObjectFn = const QMetaObject *(*)(const QMetaTypeInterface *)

Static Public Member Functions

static constexpr const QMetaObjectvalue ()

Static Public Attributes

static constexpr MetaObjectFn metaObjectFunction = nullptr

Detailed Description

template<typename T, typename Enable = void>
struct QtPrivate::MetaObjectForType< T, Enable >

Definition at line 991 of file qmetatype.h.

Member Typedef Documentation

◆ MetaObjectFn

template<typename T, typename Enable = void>
using QtPrivate::MetaObjectForType< T, Enable >::MetaObjectFn = const QMetaObject *(*)(const QMetaTypeInterface *)

Definition at line 994 of file qmetatype.h.

Member Function Documentation

◆ value()

template<typename T, typename Enable = void>
constexpr const QMetaObject * QtPrivate::MetaObjectForType< T, Enable >::value ( )
inlinestaticconstexpr

Definition at line 993 of file qmetatype.h.

Member Data Documentation

◆ metaObjectFunction

template<typename T, typename Enable = void>
MetaObjectFn QtPrivate::MetaObjectForType< T, Enable >::metaObjectFunction = nullptr
staticconstexpr

Definition at line 995 of file qmetatype.h.


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