dune-common
2.4.1-rc2
|
A free function to provide the demangled class name of a given object or type as a string. More...
#include <cstdlib>
#include <string>
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
Dune | |
Dune namespace. | |
Functions | |
template<class T > | |
std::string | Dune::className (T &t) |
Provide the demangled class name of a given object as a string. More... | |
template<class T > | |
std::string | Dune::className () |
Provide the demangled class name of a type T as a string. More... | |
A free function to provide the demangled class name of a given object or type as a string.