|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Defines basic traits returning the name of a type in a portable and readable way. More...
#include "Teuchos_ConstTypeTraits.hpp"

Go to the source code of this file.
Defines basic traits returning the name of a type in a portable and readable way.
Definition in file Teuchos_TypeNameTraits.hpp.
| #define TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | TYPE | ) |
template<> \ class TypeNameTraits<TYPE> { \ public: \ static std::string name() { return (#TYPE); } \ static std::string concreteName(const TYPE&) { return name(); } \ } \
Definition at line 143 of file Teuchos_TypeNameTraits.hpp.
1.7.6.1