Searched refs:NoEnd (Results 1 – 3 of 3) sorted by relevance
250 static_assert(!can_call_parallel_for_each_with_cbs<NoEnd, CorrectBody<NoEnd::iterator>>); in test_pfor_each_container_based_sequence_constraints()
271 static_assert(!can_call_parallel_sort_with_cbs<NoEnd>); in test_psort_cbs_constraints()285 static_assert(!can_call_parallel_sort_with_cbs_and_compare<NoEnd, CorrectCompare>); in test_psort_cbs_constraints()
269 using NoEnd = ContainerBasedSequence</*Begin = */true, /*End = */false>; variable