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