dune-common
2.2.0
|
A free function to provide the demangled class name of a given object or type as a string. More...
Go to the source code of this file.
Namespaces | |
namespace | 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. | |
template<class T > | |
std::string | Dune::className () |
Provide the demangled class name of a type T as a string. |
A free function to provide the demangled class name of a given object or type as a string.