Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
H A Dranges.transform.pass.cpp447 constexpr void test_iterator_in1() { in test_iterator_in1() function
467test_iterator_in1<cpp17_input_iterator<int*>, Out, sentinel_wrapper<cpp17_input_iterator<int*>>>(); in test_iterators_in1_in2()
468test_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()