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
QOhosJsEnv::QNapiValue< T, Enable > Struct Template Reference

#include <qohosjsenv_p.h>

Collaboration diagram for QOhosJsEnv::QNapiValue< T, Enable >:

Static Public Member Functions

static QNapi::Value create (napi_env, T)
static Napi::Maybe< T > get (const QNapi::Value &)

Detailed Description

template<typename T, typename Enable = void>
struct QOhosJsEnv::QNapiValue< T, Enable >

Definition at line 41 of file qohosjsenv_p.h.

Member Function Documentation

◆ create()

template<typename T, typename Enable = void>
QNapi::Value QOhosJsEnv::QNapiValue< T, Enable >::create ( napi_env ,
T  )
inlinestatic

Definition at line 42 of file qohosjsenv_p.h.

◆ get()

template<typename T, typename Enable = void>
Napi::Maybe< T > QOhosJsEnv::QNapiValue< T, Enable >::get ( const QNapi::Value & )
inlinestatic

Definition at line 46 of file qohosjsenv_p.h.


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