Returns a human-readable representation of provided type name.
More...
#include <chrono>
#include <string>
#include <typeindex>
Go to the source code of this file.
|
namespace | compiler |
| Compiler and C++ language related tweaks.
|
|
|
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.
|
|
Returns a human-readable representation of provided type name.
Definition in file demangle.hpp.