Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp365 using CorrectIndex = test_concepts::parallel_for_index::Correct; in test_pfor_func_constraints() typedef
367 static_assert(can_call_index_pfor<CorrectIndex, Correct<CorrectIndex>>); in test_pfor_func_constraints()
368 static_assert(!can_call_index_pfor<CorrectIndex, NoOperatorRoundBrackets<CorrectIndex>>); in test_pfor_func_constraints()
369 static_assert(!can_call_index_pfor<CorrectIndex, OperatorRoundBracketsNonConst<CorrectIndex>>); in test_pfor_func_constraints()
370 … static_assert(!can_call_index_pfor<CorrectIndex, WrongInputOperatorRoundBrackets<CorrectIndex>>); in test_pfor_func_constraints()