Skip to main content

SleepyDiscord::json::ArrayValueWrapper< Type, typename std::enable_if< std::is_constructible< Type, const Value >::value >::type >

More...

Detailed Description​

template <class Type >
struct SleepyDiscord::json::ArrayValueWrapper< Type, typename std::enable_if< std::is_constructible< Type, const Value >::value >::type >;

Public Types Documentation​

using value​

using SleepyDiscord::json::ArrayValueWrapper< Type, typename std::enable_if< std::is_constructible< Type, const Value >::value >::type >::value =  const Value;

using type​

using SleepyDiscord::json::ArrayValueWrapper< Type, typename std::enable_if< std::is_constructible< Type, const Value >::value >::type >::type =  ArrayStringWrapper<value>;

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