Lines Matching refs:CorrectRange
413 using CorrectRange = test_concepts::range::Correct; typedef
451 static_assert(can_call_imperative_pscan<CorrectRange, Correct<CorrectRange>>); in test_pscan_body_constraints()
452 static_assert(!can_call_imperative_pscan<CorrectRange, NonSplittable<CorrectRange>>); in test_pscan_body_constraints()
453 …static_assert(!can_call_imperative_pscan<CorrectRange, NoPreScanOperatorRoundBrackets<CorrectRange… in test_pscan_body_constraints()
454 …static_assert(!can_call_imperative_pscan<CorrectRange, WrongFirstInputPreScanOperatorRoundBrackets… in test_pscan_body_constraints()
455 …static_assert(!can_call_imperative_pscan<CorrectRange, WrongSecondInputPreScanOperatorRoundBracket… in test_pscan_body_constraints()
456 …static_assert(!can_call_imperative_pscan<CorrectRange, NoFinalScanOperatorRoundBrackets<CorrectRan… in test_pscan_body_constraints()
457 …tatic_assert(!can_call_imperative_pscan<CorrectRange, WrongFirstInputFinalScanOperatorRoundBracket… in test_pscan_body_constraints()
458 …tatic_assert(!can_call_imperative_pscan<CorrectRange, WrongSecondInputFinalScanOperatorRoundBracke… in test_pscan_body_constraints()
459 static_assert(!can_call_imperative_pscan<CorrectRange, NoReverseJoin<CorrectRange>>); in test_pscan_body_constraints()
460 static_assert(!can_call_imperative_pscan<CorrectRange, WrongInputReverseJoin<CorrectRange>>); in test_pscan_body_constraints()
461 static_assert(!can_call_imperative_pscan<CorrectRange, NoAssign<CorrectRange>>); in test_pscan_body_constraints()
462 static_assert(!can_call_imperative_pscan<CorrectRange, WrongInputAssign<CorrectRange>>); in test_pscan_body_constraints()
467 …static_assert(can_call_functional_pscan<CorrectRange, int, Correct<CorrectRange, int>, CorrectComb… in test_pscan_func_constraints()
468 …static_assert(!can_call_functional_pscan<CorrectRange, int, NoOperatorRoundBrackets<CorrectRange, … in test_pscan_func_constraints()
469 …static_assert(!can_call_functional_pscan<CorrectRange, int, OperatorRoundBracketsNonConst<CorrectR… in test_pscan_func_constraints()
470 …static_assert(!can_call_functional_pscan<CorrectRange, int, WrongFirstInputOperatorRoundBrackets<C… in test_pscan_func_constraints()
471 …static_assert(!can_call_functional_pscan<CorrectRange, int, WrongSecondInputOperatorRoundBrackets<… in test_pscan_func_constraints()
472 …static_assert(!can_call_functional_pscan<CorrectRange, int, WrongReturnOperatorRoundBrackets<Corre… in test_pscan_func_constraints()
477 …static_assert(can_call_functional_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, Correct… in test_pscan_combine_constraints()
478 …static_assert(!can_call_functional_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, NoOper… in test_pscan_combine_constraints()
479 …static_assert(!can_call_functional_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, Operat… in test_pscan_combine_constraints()
480 …static_assert(!can_call_functional_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, WrongF… in test_pscan_combine_constraints()
481 …static_assert(!can_call_functional_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, WrongS… in test_pscan_combine_constraints()
482 …static_assert(!can_call_functional_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, WrongR… in test_pscan_combine_constraints()