|
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 T1 , typename T2 , typename TChar , typename TCharTraits > |
basic_ostream< TChar, TCharTraits > & | operator<< (basic_ostream< TChar, TCharTraits > &stream, const pair< T1, T2 > &value) |
|
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 TChar , typename TCharTraits , TUPLE_PARAMS > |
basic_ostream< TChar, TCharTraits > & | operator<< (basic_ostream< TChar, TCharTraits > &stream, const tr1::tuple< TUPLE_ARGS > &value) |
|