Searched refs:CorrectIndex (Results 1 – 1 of 1) sorted by relevance
365 using CorrectIndex = test_concepts::parallel_for_index::Correct; in test_pfor_func_constraints() typedef367 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()