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
QQmlPrivate::QmlUncreatable< T, std::void_t< typename T::QmlIsUncreatable > > Struct Template Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::QmlUncreatable< T, std::void_t< typename T::QmlIsUncreatable > >:

Static Public Attributes

static constexpr bool Value
 

Detailed Description

template<class T>
struct QQmlPrivate::QmlUncreatable< T, std::void_t< typename T::QmlIsUncreatable > >

Definition at line 898 of file qqmlprivate.h.

Member Data Documentation

◆ Value

template<class T >
constexpr bool QQmlPrivate::QmlUncreatable< T, std::void_t< typename T::QmlIsUncreatable > >::Value
staticconstexpr
Initial value:
=
QmlTypeHasMarker<T, decltype(&T::qt_qmlMarker_uncreatable)>::value
&& bool(T::QmlIsUncreatable::yes)
std::is_same< T, typename QmlMarkerFunction< Marker >::ClassType > QmlTypeHasMarker
EGLOutputLayerEXT EGLint EGLAttrib value
[5]

Definition at line 900 of file qqmlprivate.h.


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