Home
last modified time | relevance | path

Searched refs:print_helper_t (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp435 struct print_helper_t { struct
436 explicit print_helper_t( T const& t ) : m_t( t ) {} in print_helper_t() function
446 struct print_helper_t< T[N] > { struct
447 explicit print_helper_t( T const * t ) : m_t( t ) {} in print_helper_t() argument
456 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 <<()