Type information. More...
#include <TypeInfo.hpp>
Static Public Attributes | |
| static constexpr const char * | name = detail::GetNameForTypeInfo<T>() | 
| The name of the templated type.  More... | |
Type information.
      
  | 
  staticconstexpr | 
The name of the templated type.
T prevents issue #370. Credit for this technique goes to Li Jin (github user pigpigyyy).