![]() |
XII Release 0.1.0
|
Used to determine if the given type can be stored by value inside a xiiVariant (either standard type or custom type). More...
#include <VariantAdapter.h>
Static Public Attributes | |
static constexpr bool | value = (xiiVariant::TypeDeduction<C>::value >= xiiVariantType::FirstStandardType && xiiVariant::TypeDeduction<C>::value <= xiiVariantType::LastStandardType) || xiiVariantTypeDeduction<C>::classification == xiiVariantClass::CustomTypeCast |
Used to determine if the given type can be stored by value inside a xiiVariant (either standard type or custom type).