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

Strips down class name produced by ClNm to reduce binary size (from C++17 going forward) More...

#include <ReflectionFoundation.h>

Static Public Member Functions

static constexpr TypeStringView get ()
 

Detailed Description

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

Strips down class name produced by ClNm to reduce binary size (from C++17 going forward)

Template Parameters
TA type that will be converted to string

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