![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qmetatype.h>
Public Types | |
| using | InterfaceType = std::conditional_t<IsConstMetaTypeInterface, const QMetaTypeInterface, NonConstMetaTypeInterface> |
Static Public Attributes | |
| static constexpr bool | IsConstMetaTypeInterface = !!BuiltinMetaType<T>::value |
| static InterfaceType | metaType |
Definition at line 2549 of file qmetatype.h.
| using QtPrivate::QMetaTypeInterfaceWrapper< T >::InterfaceType = std::conditional_t<IsConstMetaTypeInterface, const QMetaTypeInterface, NonConstMetaTypeInterface> |
Definition at line 2555 of file qmetatype.h.
|
staticconstexpr |
Definition at line 2554 of file qmetatype.h.
|
inlinestatic |
Definition at line 2557 of file qmetatype.h.