SyTen
demangle.h File Reference

Demangles a type name into a string. More...

#include <typeinfo>
#include <string>
#include <string_view>
+ Include dependency graph for demangle.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten namespace.
 

Functions

std::string syten::demangle_type (std::string_view const mangled)
 Given a type name as returned by e.g. More...
 

Detailed Description

Demangles a type name into a string.