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::Constructors< T, WrapperT, SingletonConstructionMode::Constructor > Struct Template Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::Constructor >:

Static Public Attributes

static constexpr CreateIntoFunction createInto = QQmlPrivate::createInto<T>
 
static constexpr CreateSingletonFunction createSingletonInstance
 

Detailed Description

template<typename T, typename WrapperT>
struct QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::Constructor >

Definition at line 204 of file qqmlprivate.h.

Member Data Documentation

◆ createInto

template<typename T , typename WrapperT >
constexpr CreateIntoFunction QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::Constructor >::createInto = QQmlPrivate::createInto<T>
staticconstexpr

Definition at line 206 of file qqmlprivate.h.

◆ createSingletonInstance

template<typename T , typename WrapperT >
constexpr CreateSingletonFunction QQmlPrivate::Constructors< T, WrapperT, SingletonConstructionMode::Constructor >::createSingletonInstance
staticconstexpr
Initial value:

Definition at line 208 of file qqmlprivate.h.


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