Searched defs:print_log_value (Results 1 – 1 of 1) sorted by relevance
316 struct print_log_value { struct317 void operator()( std::ostream& ostr, T const& t ) in operator ()()329 void set_precision( std::ostream& ostr, mpl::false_ ) in set_precision()335 void set_precision( std::ostream&, mpl::true_ ) {} in set_precision()353 struct print_log_value< T[N] > { struct354 void operator()( std::ostream& ostr, T const* t ) in operator ()()364 struct BOOST_TEST_DECL print_log_value<bool> { struct365 void operator()( std::ostream& ostr, bool t ) in operator ()()374 struct BOOST_TEST_DECL print_log_value<char> { struct381 struct BOOST_TEST_DECL print_log_value<unsigned char> { struct[all …]