|
halcheck 1.0
|
Utilities for std::type_info. More...
Classes | |
| struct | halcheck::lib::type_id |
| A runtime type identifier that does not require RTTI. More... | |
| struct | std::hash< halcheck::lib::type_id > |
| The std::hash specialization for halcheck::lib::type_id. More... | |
Functions | |
| std::string | halcheck::lib::nameof (const std::type_info &info) |
| Gets the demangled name associated with a std::type_info. | |
| template<typename T > | |
| std::string | halcheck::lib::nameof () |
| Gets the demangled name associated with a type. | |
Utilities for std::type_info.