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