Searched defs: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() function438 T const& m_t;446 struct print_helper_t< T[N] > { struct447 explicit print_helper_t( T const * t ) : m_t( t ) {} in print_helper_t() argument449 T const * m_t;