Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_is_partitioned.h38 __is_partitioned_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __is_partitioned_impl() function
62 return __is_partitioned_impl(std::move(__first), std::move(__last), __pred, __proj);
70 return __is_partitioned_impl(ranges::begin(__range), ranges::end(__range), __pred, __proj);