Home
last modified time | relevance | path

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