Searched refs:NoJoin (Results 1 – 2 of 2) sorted by relevance
354 static_assert(!can_call_imperative_preduce<CorrectRange, NoJoin<CorrectRange>>); in test_preduce_body_constraints()410 static_assert(!can_call_imperative_pdet_reduce<CorrectRange, NoJoin<CorrectRange>>); in test_pdet_reduce_body_constraints()
306 template <typename R> using NoJoin = ParallelReduceBody<R, /*SplitCtor = */true, /*Dtor = */true, /… variable