userver: userver/compiler/demangle.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
demangle.hpp File Reference

Detailed Description

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>
+ Include dependency graph for demangle.hpp:
+ 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 compiler::GetTypeName ()
 Returns a human-readable representation of provided type name.