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 60 of file Teuchos_toString.hpp.
|
inlinestatic |
Definition at line 62 of file Teuchos_toString.hpp.