Searched defs:is_sorted_and_unique (Results 1 – 4 of 4) sorted by relevance
40 constexpr bool is_sorted_and_unique(const Range& range, Comp comp) { in is_sorted_and_unique() function
39 bool is_sorted_and_unique(ForwardIt first, ForwardIt last, Pred pred) in is_sorted_and_unique() function
40 bool is_sorted_and_unique (ForwardIterator first, ForwardIterator last, Pred pred) in is_sorted_and_unique() function
37 constexpr bool is_sorted_and_unique(const Range& range, Comp comp) { in is_sorted_and_unique() function