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::QmlAnonymous< T, std::void_t< typename T::QmlIsAnonymous > > Struct Template Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::QmlAnonymous< T, std::void_t< typename T::QmlIsAnonymous > >:

Static Public Attributes

static constexpr bool Value
 

Detailed Description

template<class T>
struct QQmlPrivate::QmlAnonymous< T, std::void_t< typename T::QmlIsAnonymous > >

Definition at line 912 of file qqmlprivate.h.

Member Data Documentation

◆ Value

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

Definition at line 914 of file qqmlprivate.h.


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