Searched refs:__nth_element (Results 1 – 3 of 3) sorted by relevance
42 struct __nth_element {70 inline constexpr auto nth_element = __nth_element{};
48 __nth_element( in __nth_element() function237 std::__nth_element<_AlgPolicy, __comp_ref_type<_Compare> >(__first, __nth, __last, __comp); in __nth_element_impl()
37 …std::__nth_element<std::_ClassicAlgPolicy>(v.begin(), v.begin() + kSize / 2, v.end(), std::less<My… in deterministic()