Lines Matching refs:bidirectional_iterator
42 test_copy<cpp17_input_iterator<const int*>, bidirectional_iterator<int*> >(); in test()
48 test_copy<forward_iterator<const int*>, bidirectional_iterator<int*> >(); in test()
52 test_copy<bidirectional_iterator<const int*>, cpp17_output_iterator<int*> >(); in test()
53 test_copy<bidirectional_iterator<const int*>, forward_iterator<int*> >(); in test()
54 test_copy<bidirectional_iterator<const int*>, bidirectional_iterator<int*> >(); in test()
55 test_copy<bidirectional_iterator<const int*>, random_access_iterator<int*> >(); in test()
56 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
60 test_copy<random_access_iterator<const int*>, bidirectional_iterator<int*> >(); in test()
66 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
73 test_copy<bidirectional_iterator<const int*>, contiguous_iterator<int*>>(); in test()
79 test_copy<contiguous_iterator<const int*>, bidirectional_iterator<int*>>(); in test()