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::ValueTypeFactory< F, std::void_t< decltype(F::create(QJSValue()))> > Struct Template Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::ValueTypeFactory< F, std::void_t< decltype(F::create(QJSValue()))> >:

Static Public Member Functions

static decltype(F::create(QJSValue())) create (const QJSValue &params)
 

Detailed Description

template<typename F>
struct QQmlPrivate::ValueTypeFactory< F, std::void_t< decltype(F::create(QJSValue()))> >

Definition at line 273 of file qqmlprivate.h.

Member Function Documentation

◆ create()

template<typename F >
static decltype(F::create(QJSValue())) QQmlPrivate::ValueTypeFactory< F, std::void_t< decltype(F::create(QJSValue()))> >::create ( const QJSValue & params)
inlinestatic

Definition at line 275 of file qqmlprivate.h.


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