Plasma Engine  2.0
Loading...
Searching...
No Matches
plIsStandardType< T, C > Struct Template Reference

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

#include <VariantAdapter.h>

Public Types

enum  { value = plVariant::TypeDeduction<C>::value >= plVariantType::FirstStandardType && plVariant::TypeDeduction<C>::value <= plVariantType::LastStandardType }
 

Detailed Description

template<class T, class C = typename plCleanType<T>::Type>
struct plIsStandardType< 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: