Skip to main content

SleepyDiscord::json::OptionalTypeHelper

More...

Detailed Description​

template <class Optional ,
template< class... > class TypeHelper>
struct SleepyDiscord::json::OptionalTypeHelper;

Public Functions Documentation​

function toType​

template <class Value >
static inline Optional toType(
Value & value
)

function fromType​

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

function empty​

static inline bool empty(
const Optional & value
)

function isType​

static inline bool isType(
const Value & value
)

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