Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/test/
Diterator_test.hpp161 typedef iterator_traits<reverse_iterator> rnit_traits; in test_iterator_input_and_compatible() typedef
172 BOOST_STATIC_ASSERT((is_same<difference_type, typename rnit_traits::difference_type>::value)); in test_iterator_input_and_compatible()
178 BOOST_STATIC_ASSERT((is_same<value_type, typename rnit_traits::value_type>::value)); in test_iterator_input_and_compatible()
185 BOOST_STATIC_ASSERT((is_same<pointer, typename rnit_traits::pointer>::value)); in test_iterator_input_and_compatible()
192 BOOST_STATIC_ASSERT((is_same<reference, typename rnit_traits::reference>::value)); in test_iterator_input_and_compatible()
318 typedef iterator_traits<reverse_iterator> rnit_traits; in test_iterator_forward() typedef
325 …BOOST_STATIC_ASSERT((is_same<std::forward_iterator_tag, typename rnit_traits::iterator_category>::… in test_iterator_forward()
340 typedef iterator_traits<reverse_iterator> rnit_traits; in test_iterator_bidirectional() typedef
347 …BOOST_STATIC_ASSERT((is_same<std::bidirectional_iterator_tag, typename rnit_traits::iterator_categ… in test_iterator_bidirectional()
362 typedef iterator_traits<reverse_iterator> rnit_traits; in test_iterator_random() typedef
[all …]