Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos::TypeNameTraits< T > Class Template Reference

Default traits class that just returns typeid(T).name(). More...

#include <Teuchos_TypeNameTraits.hpp>

Static Public Member Functions

static std::string name ()
static std::string concreteName (const T &t)

Detailed Description

template<typename T>
class Teuchos::TypeNameTraits< T >

Default traits class that just returns typeid(T).name().

Definition at line 53 of file Teuchos_TypeNameTraits.hpp.

Member Function Documentation

◆ name()

template<typename T>
std::string Teuchos::TypeNameTraits< T >::name ( )
inlinestatic

Definition at line 56 of file Teuchos_TypeNameTraits.hpp.

◆ concreteName()

template<typename T>
std::string Teuchos::TypeNameTraits< T >::concreteName ( const T & t)
inlinestatic

Definition at line 62 of file Teuchos_TypeNameTraits.hpp.


The documentation for this class was generated from the following file: