Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/lexical_cast/test/
Diterator_range_test.cpp39 struct class_with_user_defined_sream_operators { struct
48 …am<CharT>& operator >> (std::basic_istream<CharT>& istr, class_with_user_defined_sream_operators& … in operator >>() argument
79 BOOST_CHECK_EQUAL(lexical_cast<class_with_user_defined_sream_operators>(rng), 1); in do_test_iterator_range_impl()
136 BOOST_CHECK_EQUAL(lexical_cast<class_with_user_defined_sream_operators>(rng1), 1); in test_it_range_using_char()
143 BOOST_CHECK_EQUAL(lexical_cast<class_with_user_defined_sream_operators>(crng2), 1); in test_it_range_using_char()