Go to the source code of this file.
|
| ranges::template (typename I, typename S, typename R, typename P=identity)(requires input_iterator< I > AND sentinel_for< S |
| function template count_if More...
|
|
I AND constexpr indirect_strict_weak_order< R, projected< I, P > > I RANGES_FUNC() | ranges::is_sorted_until (I first, S last, R pred=R{}, P proj=P{}) |
|
| ranges::template (typename Rng, typename R, typename P=identity)(requires input_range< Rng > AND indirect_unary_predicate< R |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
constexpr projected< iterator_t< Rng >, P > borrowed_iterator_t< Rng > RANGES_FUNC() | ranges::is_sorted_until (Rng &&rng, R pred=R{}, P proj=P{}) |
|