Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Teuchos::ToStringTraits< std::pair< T1, T2 > > Class Template Reference

Partial specialization for std::pair<T1, T2>. More...

#include <Teuchos_toString.hpp>

Static Public Member Functions

static std::string toString (const std::pair< T1, T2 > &t)
 

Detailed Description

template<typename T1, typename T2>
class Teuchos::ToStringTraits< std::pair< T1, T2 > >

Partial specialization for std::pair<T1, T2>.

Note
This relies on operator<< working for T1 and T2.

Definition at line 204 of file Teuchos_toString.hpp.

Member Function Documentation

template<typename T1 , typename T2 >
static std::string Teuchos::ToStringTraits< std::pair< T1, T2 > >::toString ( const std::pair< T1, T2 > &  t)
inlinestatic

Definition at line 206 of file Teuchos_toString.hpp.


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