Skip to main content

SleepyDiscord::json::SmartPtrTypeHelper

More...

Detailed Description​

template <class SmartPtr ,
template< class... > class TypeHelper>
struct SleepyDiscord::json::SmartPtrTypeHelper;

Public Functions Documentation​

function toType​

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

function fromType​

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

function empty​

static inline bool empty(
const SmartPtr & value
)

function isType​

static inline bool isType(
const Value & value
)

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