Lines Matching refs:forward_iterator
41 test_copy<cpp17_input_iterator<const int*>, forward_iterator<int*> >(); in test()
46 test_copy<forward_iterator<const int*>, cpp17_output_iterator<int*> >(); in test()
47 test_copy<forward_iterator<const int*>, forward_iterator<int*> >(); in test()
48 test_copy<forward_iterator<const int*>, bidirectional_iterator<int*> >(); in test()
49 test_copy<forward_iterator<const int*>, random_access_iterator<int*> >(); in test()
50 test_copy<forward_iterator<const int*>, int*>(); in test()
53 test_copy<bidirectional_iterator<const int*>, forward_iterator<int*> >(); in test()
59 test_copy<random_access_iterator<const int*>, forward_iterator<int*> >(); in test()
65 test_copy<const int*, forward_iterator<int*> >(); in test()
72 test_copy<forward_iterator<const int*>, contiguous_iterator<int*>>(); in test()
78 test_copy<contiguous_iterator<const int*>, forward_iterator<int*>>(); in test()