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

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_nth_element.h39 namespace __nth_element { namespace in namespace:ranges
69 } // namespace __nth_element
72 inline constexpr auto nth_element = __nth_element::__fn{};
H A Dnth_element.h46 __nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) function
135 // __nth_element the second part
136 // _VSTD::__nth_element<_Compare>(__i, __nth, __last, __comp);
211 // __nth_element on range containing __nth
214 // _VSTD::__nth_element<_Compare>(__first, __nth, __i, __comp);
219 // _VSTD::__nth_element<_Compare>(__i+1, __nth, __last, __comp);
234 std::__nth_element<_AlgPolicy, __comp_ref_type<_Compare> >(__first, __nth, __last, __comp);

Completed in 168 milliseconds