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

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::QmlSequence< T, std::void_t< typename T::QmlIsSequence > >:

Public Member Functions

 Q_STATIC_ASSERT ((std::is_same_v< typename T::QmlSequenceValueType, typename QmlResolved< T >::Type::value_type >))
 

Static Public Attributes

static constexpr bool Value = bool(T::QmlIsSequence::yes)
 

Detailed Description

template<class T>
struct QQmlPrivate::QmlSequence< T, std::void_t< typename T::QmlIsSequence > >

Definition at line 941 of file qqmlprivate.h.

Member Function Documentation

◆ Q_STATIC_ASSERT()

template<class T >
QQmlPrivate::QmlSequence< T, std::void_t< typename T::QmlIsSequence > >::Q_STATIC_ASSERT ( (std::is_same_v< typename T::QmlSequenceValueType, typename QmlResolved< T >::Type::value_type >) )

Member Data Documentation

◆ Value

template<class T >
constexpr bool QQmlPrivate::QmlSequence< T, std::void_t< typename T::QmlIsSequence > >::Value = bool(T::QmlIsSequence::yes)
staticconstexpr

Definition at line 945 of file qqmlprivate.h.


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