#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
Definition in file Teuchos_TypeNameTraits.hpp.
#define TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | TYPE | ) |
Value:
template<> \ class TypeNameTraits<TYPE> { \ public: \ static std::string name() { return (#TYPE); } \ static std::string concreteName( const TYPE& t2 ) { (void)t2; return name(); } \ } \
Definition at line 84 of file Teuchos_TypeNameTraits.hpp.