Returns a human-readable representation of provided type name.
Definition in file demangle.hpp.
Go to the source code of this file.
#include <chrono>#include <string>#include <typeindex>
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | compiler |
| Compiler and C++ language related tweaks. | |
Functions | |
| std::string | compiler::GetTypeName (std::type_index type) |
| Returns a human-readable representation of provided type name. | |
| template<typename T> | |
| std::string_view | compiler::GetTypeName () |
| Returns a human-readable representation of provided type name. | |