|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Default traits class for converting objects into strings. More...
#include <Teuchos_toString.hpp>
Static Public Member Functions | |
| static std::string | toString (const T &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 59 of file Teuchos_toString.hpp.
| static std::string Teuchos::ToStringTraits< T >::toString | ( | const T & | t | ) | [inline, static] |
Definition at line 61 of file Teuchos_toString.hpp.
1.7.6.1