Function yasmin::demangle_type

Function Documentation

inline std::string yasmin::demangle_type(const std::string &mangled_name)

Demangle a C++ type name to a human-readable format.

Parameters:

mangled_name – The mangled type name.

Returns:

The demangled type name.