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
QQmlPrivate::QmlMetaType< T > Struct Template Reference

#include <qqmlprivate.h>

Collaboration diagram for QQmlPrivate::QmlMetaType< T >:

Static Public Member Functions

static constexpr bool hasAcceptableCtors ()
static constexpr QMetaType self ()
static constexpr QMetaType list ()
static constexpr QMetaSequence sequence ()
static constexpr int size ()

Detailed Description

template<class T>
struct QQmlPrivate::QmlMetaType< T >

Definition at line 1111 of file qqmlprivate.h.

Member Function Documentation

◆ hasAcceptableCtors()

template<class T>
constexpr bool QQmlPrivate::QmlMetaType< T >::hasAcceptableCtors ( )
inlinestaticconstexpr

Definition at line 1113 of file qqmlprivate.h.

◆ list()

template<class T>
constexpr QMetaType QQmlPrivate::QmlMetaType< T >::list ( )
inlinestaticconstexpr

Definition at line 1131 of file qqmlprivate.h.

◆ self()

template<class T>
constexpr QMetaType QQmlPrivate::QmlMetaType< T >::self ( )
inlinestaticconstexpr

Definition at line 1123 of file qqmlprivate.h.

◆ sequence()

template<class T>
constexpr QMetaSequence QQmlPrivate::QmlMetaType< T >::sequence ( )
inlinestaticconstexpr

Definition at line 1139 of file qqmlprivate.h.

◆ size()

template<class T>
constexpr int QQmlPrivate::QmlMetaType< T >::size ( )
inlinestaticconstexpr

Definition at line 1147 of file qqmlprivate.h.


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