Searched refs:WrongInputJoin (Results 1 – 2 of 2) sorted by relevance
355 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()
307 template <typename R> using WrongInputJoin = ParallelReduceBody<R, /*SplitCtor = */true, /*Dtor = *… variable