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>
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 | compiler::GetTypeName () |
Returns a human-readable representation of provided type name. | |