SUNphi  1.0
Demangle.hpp File Reference

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)
 

Detailed Description

Demangle symbols using abi.

Definition in file Demangle.hpp.

Function Documentation

template<typename T >
std::string SUNphi::demangle ( const T &  what)

Demangle a string

If the compiler has no abi functionality, the original string is returned.

Parameters
whatWhat to demangle

Definition at line 26 of file Demangle.hpp.