Searched refs:__stable_sort_fn_impl (Results 1 – 1 of 1) sorted by relevance
45 __stable_sort_fn_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __stable_sort_fn_impl() function58 return __stable_sort_fn_impl(std::move(__first), std::move(__last), __comp, __proj);65 return __stable_sort_fn_impl(ranges::begin(__r), ranges::end(__r), __comp, __proj);