Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Reflection::ReflectPrimitive Struct Reference

Base struct for all primitive types. More...

#include <Reflection.h>

Inherited by SC::Reflection::Reflect< bool >, SC::Reflection::Reflect< char >, SC::Reflection::Reflect< double >, SC::Reflection::Reflect< float >, SC::Reflection::Reflect< int16_t >, SC::Reflection::Reflect< int32_t >, SC::Reflection::Reflect< int64_t >, SC::Reflection::Reflect< int8_t >, SC::Reflection::Reflect< uint16_t >, SC::Reflection::Reflect< uint32_t >, SC::Reflection::Reflect< uint64_t >, and SC::Reflection::Reflect< uint8_t >.

Static Public Member Functions

template<typename TypeVisitor >
static constexpr bool build (TypeVisitor &)
 

Detailed Description

Base struct for all primitive types.


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