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, std::enable_if_t< std::disjunction_v< std::bool_constant< IsGadgetHelper< T >::IsGadgetOrDerivedFrom >, std::is_base_of< QObject, T > > > > Struct Template Reference

#include <qmetatype.h>

+ Collaboration diagram for QtPrivate::MetaObjectForType< T, std::enable_if_t< std::disjunction_v< std::bool_constant< IsGadgetHelper< T >::IsGadgetOrDerivedFrom >, std::is_base_of< QObject, T > > > >:

Static Public Member Functions

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

Detailed Description

template<typename T>
struct QtPrivate::MetaObjectForType< T, std::enable_if_t< std::disjunction_v< std::bool_constant< IsGadgetHelper< T >::IsGadgetOrDerivedFrom >, std::is_base_of< QObject, T > > > >

Definition at line 1004 of file qmetatype.h.

Member Function Documentation

◆ metaObjectFunction()

template<typename T >
static constexpr const QMetaObject * QtPrivate::MetaObjectForType< T, std::enable_if_t< std::disjunction_v< std::bool_constant< IsGadgetHelper< T >::IsGadgetOrDerivedFrom >, std::is_base_of< QObject, T > > > >::metaObjectFunction ( const QMetaTypeInterface * )
inlinestaticconstexpr

Definition at line 1012 of file qmetatype.h.

◆ value()

template<typename T >
static constexpr const QMetaObject * QtPrivate::MetaObjectForType< T, std::enable_if_t< std::disjunction_v< std::bool_constant< IsGadgetHelper< T >::IsGadgetOrDerivedFrom >, std::is_base_of< QObject, T > > > >::value ( )
inlinestaticconstexpr

Definition at line 1011 of file qmetatype.h.


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