Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_nth_element.h47 __nth_element_fn_impl(_Iter __first, _Iter __nth, _Sent __last, _Comp& __comp, _Proj& __proj) { in __nth_element_fn_impl() function
60 …return __nth_element_fn_impl(std::move(__first), std::move(__nth), std::move(__last), __comp, __pr…
67 …return __nth_element_fn_impl(ranges::begin(__r), std::move(__nth), ranges::end(__r), __comp, __pro…