Searched refs:test_iterator_in1 (Results 1 – 1 of 1) sorted by relevance
447 constexpr void test_iterator_in1() { in test_iterator_in1() function467 …test_iterator_in1<cpp17_input_iterator<int*>, Out, sentinel_wrapper<cpp17_input_iterator<int*>>>(); in test_iterators_in1_in2()468 …test_iterator_in1<cpp20_input_iterator<int*>, Out, sentinel_wrapper<cpp20_input_iterator<int*>>>(); in test_iterators_in1_in2()469 test_iterator_in1<forward_iterator<int*>, Out>(); in test_iterators_in1_in2()470 test_iterator_in1<bidirectional_iterator<int*>, Out>(); in test_iterators_in1_in2()471 test_iterator_in1<random_access_iterator<int*>, Out>(); in test_iterators_in1_in2()472 test_iterator_in1<contiguous_iterator<int*>, Out>(); in test_iterators_in1_in2()473 test_iterator_in1<int*, Out>(); in test_iterators_in1_in2()