![]() |
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 2539 of file qmetatype.h.
| using QtPrivate::QMetaTypeInterfaceWrapper< T >::InterfaceType = std::conditional_t<IsConstMetaTypeInterface, const QMetaTypeInterface, NonConstMetaTypeInterface> |
Definition at line 2545 of file qmetatype.h.
|
staticconstexpr |
Definition at line 2544 of file qmetatype.h.
|
inlinestatic |
Definition at line 2547 of file qmetatype.h.