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::ValueType< T, F, HasCtor, HasFactory > Struct Template Reference
+ Collaboration diagram for QQmlPrivate::ValueType< T, F, HasCtor, HasFactory >:

Detailed Description

template<typename T, typename F, bool HasCtor = std::is_constructible_v<T, QJSValue>, bool HasFactory = std::is_constructible_v< QVariant, decltype(ValueTypeFactory<F>::create(QJSValue()))>>
struct QQmlPrivate::ValueType< T, F, HasCtor, HasFactory >

Definition at line 285 of file qqmlprivate.h.


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