Searched refs:IsSorted (Results 1 – 2 of 2) sorted by relevance
29 inline constexpr bool IsSorted(ForwardIterator first, ForwardIterator last, Compare comp) { in IsSorted() function
3590 static_assert(IsSorted(std::begin(map), std::end(map), StrCmpLessName));3660 static_assert(IsSorted(std::begin(map), std::end(map), StrCmpLessName));3667 static_assert(IsSorted(std::begin(map), std::end(map), StrCmpLessName));