XII Release 0.1.0
Loading...
Searching...
No Matches
xiiIsStandardType< T, C > Struct Template Reference

Used to determine if the given type is a build-in standard variant type. More...

#include <VariantAdapter.h>

Static Public Attributes

static constexpr bool value = xiiVariant::TypeDeduction<C>::value >= xiiVariantType::FirstStandardType && xiiVariant::TypeDeduction<C>::value <= xiiVariantType::LastStandardType
 

Detailed Description

template<class T, class C = typename xiiCleanType<T>::Type>
struct xiiIsStandardType< T, C >

Used to determine if the given type is a build-in standard variant type.


The documentation for this struct was generated from the following file: