Searched defs:is_sorted (Results 1 – 2 of 2) sorted by relevance
32 return std::is_sorted(__first, __last, __less<>()); in is_sorted() function 26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { is_sorted() function
801 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Compare __… in is_sorted() function811 is_sorted(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in is_sorted() function