Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_sort.cpp251 using CorrectIterator = CorrectCBS::iterator; in test_psort_compare_constraints() typedef
252 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()
H A Dtest_parallel_for_each.cpp240 using CorrectIterator = typename std::vector<int>::iterator; // random_access_iterator in test_pfor_each_iterator_constraints() typedef
242 …tatic_assert(can_call_parallel_for_each_with_iterator<CorrectIterator, CorrectBody<CorrectIterator in test_pfor_each_iterator_constraints()