Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Reflection::IsPrimitive< T > Struct Template Reference

Checks if a given type is primitive. More...

#include <Reflection.h>

Static Public Attributes

static constexpr bool value = TypeInfo::isPrimitiveCategory(Reflect<T>::getCategory())
 

Detailed Description

template<typename T>
struct SC::Reflection::IsPrimitive< T >

Checks if a given type is primitive.


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