Searched refs:__nth_element (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_algo.h | 1672 void __nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in __nth_element() function 1691 __nth_element(__first, __nth, __last, __VALUE_TYPE(__first)); in nth_element() 1695 void __nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in __nth_element() function 1716 __nth_element(__first, __nth, __last, __VALUE_TYPE(__first), __comp); in nth_element()
|