dune-common  2.2.1
Namespaces | Functions
classname.hh File Reference

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.

Detailed Description

A free function to provide the demangled class name of a given object or type as a string.