Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 289 of file qqmlprivate.h.


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