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

/haiku/headers/cpp/
H A Dstl_algo.h1672 void __nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, argument
1680 if (__cut <= __nth)
1689 inline void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, argument
1691 __nth_element(__first, __nth, __last, __VALUE_TYPE(__first));
1695 void __nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, argument
1705 if (__cut <= __nth)
1714 inline void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, argument
1716 __nth_element(__first, __nth, __last, __VALUE_TYPE(__first), __comp);

Completed in 33 milliseconds