Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_reduce.cpp355 static_assert(!can_call_imperative_preduce<CorrectRange, WrongInputJoin<CorrectRange>>); in test_preduce_body_constraints()
411 static_assert(!can_call_imperative_pdet_reduce<CorrectRange, WrongInputJoin<CorrectRange>>); in test_pdet_reduce_body_constraints()
/oneTBB/test/common/
H A Dconcepts_common.h307 template <typename R> using WrongInputJoin = ParallelReduceBody<R, /*SplitCtor = */true, /*Dtor = *… variable