Searched refs:custom_printer (Results 1 – 3 of 3) sorted by relevance
34 struct custom_printer { struct35 explicit custom_printer( std::ostream& ostr ) : m_ostr( &ostr ) {} in custom_printer() argument50 inline custom_printer<custom_manip<Uniq> >51 operator<<( std::ostream& ostr, custom_manip<Uniq> const& ) { return custom_printer<custom_manip<Un… in operator <<()
89 operator<<( custom_printer<attr_value> const& p, T const& value ) in operator <<()103 operator<<( custom_printer<cdata> const& p, const_string value ) in operator <<()
51 operator<<( custom_printer<quote> const& p, T const& value )