Lines Matching refs:test_iterators
67 constexpr void test_iterators() { in test_iterators() function
85 test_iterators<bidirectional_iterator<int*>>(); in test()
86 test_iterators<bidirectional_iterator<int*>, sentinel_wrapper<bidirectional_iterator<int*>>>(); in test()
87 test_iterators<random_access_iterator<int*>>(); in test()
88 test_iterators<random_access_iterator<int*>, sentinel_wrapper<random_access_iterator<int*>>>(); in test()
89 test_iterators<contiguous_iterator<int*>>(); in test()
90 test_iterators<contiguous_iterator<int*>, sentinel_wrapper<contiguous_iterator<int*>>>(); in test()
91 test_iterators<int*>(); in test()
93 test_iterators<ProxyIterator<bidirectional_iterator<int*>>>(); in test()
94 test_iterators<ProxyIterator<random_access_iterator<int*>>>(); in test()
95 test_iterators<ProxyIterator<contiguous_iterator<int*>>>(); in test()