SUNphi
1.0
|
Demangle symbols using abi. More...
#include <utility/String.hpp>
Go to the source code of this file.
Functions | |
template<typename T > | |
std::string | SUNphi::demangle (const T &what) |
Demangle symbols using abi.
Definition in file Demangle.hpp.
std::string SUNphi::demangle | ( | const T & | what | ) |
Demangle a string
If the compiler has no abi functionality, the original string is returned.
what | What to demangle |
Definition at line 26 of file Demangle.hpp.