Searched refs:__partition_point_fn_impl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_partition_point.h44 __partition_point_fn_impl(_Iter&& __first, _Sent&& __last, _Pred& __pred, _Proj& __proj) { function in struct:ranges::__partition_point::__fn
68 return __partition_point_fn_impl(std::move(__first), std::move(__last), __pred, __proj);
76 return __partition_point_fn_impl(ranges::begin(__range), ranges::end(__range), __pred, __proj);

Completed in 132 milliseconds