Skip to main content

SleepyDiscord::ActivityTimestampTypeHelper

More...

Detailed Description​

template <class Type >
struct SleepyDiscord::ActivityTimestampTypeHelper;

Public Types Documentation​

using TypeHelper​

using SleepyDiscord::ActivityTimestampTypeHelper< Type >::TypeHelper =  json::PrimitiveTypeHelper<Type>;

Public Functions Documentation​

function toType​

static inline Type toType(
const json::Value & value
)

function empty​

static inline bool empty(
const Type & value
)

function fromType​

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

function isType​

static inline bool isType(
const json::Value & value
)

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