Home | History | Annotate | Download | only in bits

Lines Matching defs:is_sorted_until

3953     { return std::is_sorted_until(__first, __last) == __last; }
3968 { return std::is_sorted_until(__first, __last, __comp) == __last; }
3980 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last)
4009 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last,