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

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::QmlResolved< T, std::void_t< typename T::QmlForeignType > >:

Public Types

using Type
 

Detailed Description

template<class T>
struct QQmlPrivate::QmlResolved< T, std::void_t< typename T::QmlForeignType > >

Definition at line 884 of file qqmlprivate.h.

Member Typedef Documentation

◆ Type

template<class T >
using QQmlPrivate::QmlResolved< T, std::void_t< typename T::QmlForeignType > >::Type
Initial value:
typename std::conditional<
QmlTypeHasMarker<T, decltype(&T::qt_qmlMarker_foreign)>::value,
typename T::QmlForeignType, T>::type
std::is_same< T, typename QmlMarkerFunction< Marker >::ClassType > QmlTypeHasMarker
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLenum type

Definition at line 886 of file qqmlprivate.h.


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