Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Teuchos::ToStringTraits< T > Class Template Reference

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

#include <Teuchos_toString.hpp>

Static Public Member Functions

static std::string toString (const T &t)
 

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.

Member Function Documentation

◆ toString()

template<typename T >
static std::string Teuchos::ToStringTraits< T >::toString ( const T & t)
inlinestatic

Definition at line 62 of file Teuchos_toString.hpp.


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