$darkmode
fable::typeinfo< T > Struct Template Reference

#include <templates.hpp>

Static Public Attributes

static constexpr const char * name = "unknown"
 

Detailed Description

template<typename T>
struct fable::typeinfo< T >

Encode the string name of a type as a static member. This is used for error messages.

Example:

std::cout << typeinfo<int8_t>::name << std::endl;

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