Functions | |
template<typename I , typename S , typename R = less, typename P = identity> | |
I | ranges::is_sorted_until (I first, S last, R pred=R{}, P proj=P{}) |
template function is_sorted_until More... | |
template<typename Rng , typename R = less, typename P = identity> | |
borrowed_iterator_t< Rng > | ranges::is_sorted_until (Rng &&rng, R pred=R{}, P proj=P{}) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |