Functions | |
template<typename I , typename S , typename F , typename P = identity> | |
I | ranges::find_if (I first, S last, F pred, P proj=P{}) |
template function find More... | |
template<typename Rng , typename F , typename P = identity> | |
borrowed_iterator_t< Rng > | ranges::find_if (Rng &&rng, F pred, 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... | |