Searched refs:m_t (Results 1 – 2 of 2) sorted by relevance
105 static T* m_t;108 (1 == sizeof(type_traits::is_mem_fun_pointer_tester(m_t))) );
436 explicit print_helper_t( T const& t ) : m_t( t ) {} in print_helper_t()438 T const& m_t; member447 explicit print_helper_t( T const * t ) : m_t( t ) {} in print_helper_t()449 T const * m_t; member467 print_log_value<T>()( ostr, ph.m_t ); in operator <<()