Skip to main content

SleepyDiscord::json::BaseEnumTypeHelper

More...

Detailed Description​

template <class Type ,
class GetDefault ,
class BaseType >
struct SleepyDiscord::json::BaseEnumTypeHelper;

Public Functions Documentation​

function toType​

static inline Type toType(
const Value & value
)

function fromType​

static inline Value fromType(
const Type & value
)

function fromType​

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

function empty​

static inline bool empty(
const Type & value
)

function isType​

static inline bool isType(
const Value & value
)

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