std::string syten::demangle_type | ( | std::string_view const | mangled | ) |
Given a type name as returned by e.g.
std::type_info::name()
, attempts to return the demangled name. If demangling fails, the input name is returned.
boost::core::demangle
. Referenced by syten::Pyten::expose_syten_class().