Searched refs:print_helper_t (Results 1 – 1 of 1) sorted by relevance
435 struct print_helper_t { struct436 explicit print_helper_t( T const& t ) : m_t( t ) {} in print_helper_t() function446 struct print_helper_t< T[N] > { struct447 explicit print_helper_t( T const * t ) : m_t( t ) {} in print_helper_t() argument456 inline print_helper_t<T> print_helper( T const& t ) in print_helper()458 return print_helper_t<T>( t ); in print_helper()465 operator<<( std::ostream& ostr, print_helper_t<T> const& ph ) in operator <<()