Home
last modified time | relevance | path

Searched refs:__is_sorted_until_impl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_is_sorted_until.h38 __is_sorted_until_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __is_sorted_until_impl() function
58 return ranges::__is_sorted_until_impl(std::move(__first), std::move(__last), __comp, __proj);
66 …return ranges::__is_sorted_until_impl(ranges::begin(__range), ranges::end(__range), __comp, __proj…
H A Dranges_is_sorted.h42 return ranges::__is_sorted_until_impl(std::move(__first), __last, __comp, __proj) == __last;
51 return ranges::__is_sorted_until_impl(ranges::begin(__range), __last, __comp, __proj) == __last;