Skip to main content

SleepyDiscord::UInt64StrTypeHelper

More...

Detailed Description​

template <class Type >
struct SleepyDiscord::UInt64StrTypeHelper;

Public Functions Documentation​

function toType​

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

function fromType​

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

function empty​

static inline bool empty(
const Type & value
)

function isType​

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

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