Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
Teuchos::ToStringTraits< T > Class Template Reference

Default traits class for converting objects into strings. More...

#include <Teuchos_toString.hpp>

Detailed Description

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

Default traits class for converting objects into strings.

NOTE: This default implementation relies on operator<<(std::ostream&, ...) being defined for the data type T.

Definition at line 60 of file Teuchos_toString.hpp.


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