userver: userver/compiler/demangle.hpp File Reference
Loading...
Searching...
No Matches
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.