Skip to main content

SleepyDiscord::json::NullableTypeHelper

More...

Detailed Description​

template <class Nullable ,
template< class... > class TypeHelper>
struct SleepyDiscord::json::NullableTypeHelper;

Public Functions Documentation​

function toType​

static inline Nullable toType(
const Value & value
)

function fromType​

static inline Value fromType(
const Nullable & value,
Value::AllocatorType & allocator
)

function empty​

static inline bool empty(
const Nullable & value
)

function isType​

static inline bool isType(
const Value & value
)

Updated on 13 April 2022 at 18:39:59 UTC