Skip to main content

SleepyDiscord::json::ContainerTypeHelper

More...

Inherits from SleepyDiscord::json::ToContainerFunction< Container, TypeHelper >, SleepyDiscord::json::EmptyFunction< Container >, SleepyDiscord::json::FromContainerFunction< Container, TypeHelper >, SleepyDiscord::json::IsArrayFunction

inherited members​

Public Functions inherited from SleepyDiscord::json::ToContainerFunction< Container, TypeHelper >

Name
template <class Value >
Container
toType(Value & value)

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

Name
boolempty(const Type & value)

Public Functions inherited from SleepyDiscord::json::FromContainerFunction< Container, TypeHelper >

Name
ValuefromType(const Container & values, Value::AllocatorType & allocator)

Public Functions inherited from SleepyDiscord::json::IsArrayFunction

Name
boolisType(const Value & value)

Detailed Description​

template <class Container ,
template< class... > class TypeHelper>
struct SleepyDiscord::json::ContainerTypeHelper;

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