|
GMP 0.3.0
Generative Metaprogramming library for C++
|
Format a type name for documentation-friendly display. More...
#include <type_name.hpp>
Public Member Functions | |
| consteval auto | operator() () |
| Get the formatted type name. | |
The primary template forwards to type_name<T>(). Selected standard library types may provide specializations with shorter or more conventional names.
| T | The type to format. |
Definition at line 72 of file type_name.hpp.
|
inline |
T. Definition at line 78 of file type_name.hpp.
References gmp::enum_values().