Home
last modified time | relevance | path

Searched refs:__is_sorted_until (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dis_sorted_until.h25 __is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in __is_sorted_until() function
45 return _VSTD::__is_sorted_until<_Comp_ref>(__first, __last, __comp); in is_sorted_until()
H A Dranges_is_sorted_until.h47 namespace __is_sorted_until {
68 inline constexpr auto is_sorted_until = __is_sorted_until::__fn{};
H A Dis_sorted.h31 return _VSTD::__is_sorted_until<_Comp_ref>(__first, __last, __comp) == __last; in is_sorted()