CYCLUS
Functions
std Namespace Reference

Functions

template<typename T , typename TChar , typename TCharTraits , typename TDelimiters >
basic_ostream< TChar, TCharTraits > & operator<< (basic_ostream< TChar, TCharTraits > &stream, const ::pretty_print::print_container_helper< T, TChar, TCharTraits, TDelimiters > &helper)
 
template<typename T , typename TChar , typename TCharTraits >
typename ::pretty_print::enable_if< ::pretty_print::is_container< T >::value, basic_ostream< TChar, TCharTraits > & >::type operator<< (basic_ostream< TChar, TCharTraits > &stream, const T &container)
 
template<typename T1 , typename T2 , typename TChar , typename TCharTraits >
basic_ostream< TChar, TCharTraits > & operator<< (basic_ostream< TChar, TCharTraits > &stream, const pair< T1, T2 > &value)
 
template<typename TChar , typename TCharTraits , TUPLE_PARAMS >
basic_ostream< TChar, TCharTraits > & operator<< (basic_ostream< TChar, TCharTraits > &stream, const tr1::tuple< TUPLE_ARGS > &value)
 

Function Documentation

◆ operator<<() [1/4]

template<typename T , typename TChar , typename TCharTraits , typename TDelimiters >
basic_ostream<TChar, TCharTraits>& std::operator<< ( basic_ostream< TChar, TCharTraits > &  stream,
const ::pretty_print::print_container_helper< T, TChar, TCharTraits, TDelimiters > &  helper 
)
inline

Definition at line 279 of file prettyprint.hpp.

◆ operator<<() [2/4]

template<typename T , typename TChar , typename TCharTraits >
typename ::pretty_print::enable_if< ::pretty_print::is_container<T>::value, basic_ostream<TChar, TCharTraits>&>::type std::operator<< ( basic_ostream< TChar, TCharTraits > &  stream,
const T &  container 
)
inline

Definition at line 290 of file prettyprint.hpp.

◆ operator<<() [3/4]

template<typename T1 , typename T2 , typename TChar , typename TCharTraits >
basic_ostream<TChar, TCharTraits>& std::operator<< ( basic_ostream< TChar, TCharTraits > &  stream,
const pair< T1, T2 > &  value 
)
inline

Definition at line 297 of file prettyprint.hpp.

◆ operator<<() [4/4]

template<typename TChar , typename TCharTraits , TUPLE_PARAMS >
basic_ostream<TChar, TCharTraits>& std::operator<< ( basic_ostream< TChar, TCharTraits > &  stream,
const tr1::tuple< TUPLE_ARGS > &  value 
)
inline

Definition at line 366 of file prettyprint.hpp.