Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/test/
Diterator_test.hpp160 typedef iterator_traits<const_iterator> cit_traits; in test_iterator_input_and_compatible() typedef
171 BOOST_STATIC_ASSERT((is_same<difference_type, typename cit_traits::difference_type>::value)); in test_iterator_input_and_compatible()
177 BOOST_STATIC_ASSERT((is_same<value_type, typename cit_traits::value_type>::value)); in test_iterator_input_and_compatible()
184 BOOST_STATIC_ASSERT((is_same<const_pointer, typename cit_traits::pointer>::value)); in test_iterator_input_and_compatible()
191 BOOST_STATIC_ASSERT((is_same<const_reference, typename cit_traits::reference>::value)); in test_iterator_input_and_compatible()
317 typedef iterator_traits<const_iterator> cit_traits; in test_iterator_forward() typedef
324 …BOOST_STATIC_ASSERT((is_same<std::forward_iterator_tag, typename cit_traits::iterator_category>::v… in test_iterator_forward()
339 typedef iterator_traits<const_iterator> cit_traits; in test_iterator_bidirectional() typedef
346 …BOOST_STATIC_ASSERT((is_same<std::bidirectional_iterator_tag, typename cit_traits::iterator_catego… in test_iterator_bidirectional()
361 typedef iterator_traits<const_iterator> cit_traits; in test_iterator_random() typedef
[all …]