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