Searched refs:CorrectIterator (Results 1 – 2 of 2) sorted by relevance
251 using CorrectIterator = CorrectCBS::iterator; in test_psort_compare_constraints() typedef252 static_assert(can_call_parallel_sort_with_iterator_and_compare<CorrectIterator, Correct<int>>); in test_psort_compare_constraints()253 …static_assert(!can_call_parallel_sort_with_iterator_and_compare<CorrectIterator, NoOperatorRoundBr… in test_psort_compare_constraints()254 …static_assert(!can_call_parallel_sort_with_iterator_and_compare<CorrectIterator, WrongFirstInputOp… in test_psort_compare_constraints()255 …static_assert(!can_call_parallel_sort_with_iterator_and_compare<CorrectIterator, WrongSecondInputO… in test_psort_compare_constraints()256 …static_assert(!can_call_parallel_sort_with_iterator_and_compare<CorrectIterator, WrongReturnOperat… in test_psort_compare_constraints()
240 using CorrectIterator = typename std::vector<int>::iterator; // random_access_iterator in test_pfor_each_iterator_constraints() typedef242 …tatic_assert(can_call_parallel_for_each_with_iterator<CorrectIterator, CorrectBody<CorrectIterator… in test_pfor_each_iterator_constraints()