Skip to main content

SleepyDiscord::json::MapTypeHelper

More...

Inherits from SleepyDiscord::json::EmptyFunction< Map >, SleepyDiscord::json::IsObjectFunction

inherited members​

Public Functions inherited from SleepyDiscord::json::EmptyFunction< Map >

Name
boolempty(const Type & value)

Public Functions inherited from SleepyDiscord::json::IsObjectFunction

Name
boolisType(const Value & value)

Detailed Description​

template <class Map ,
template< class... > class TypeHelper>
struct SleepyDiscord::json::MapTypeHelper;

Public Functions Documentation​

function toType​

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

function fromType​

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

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