Functions | |
template<typename I , typename S > | |
auto | ranges::rotate (I first, I middle, S last) -> subrange< I > requires permutable< I > &&sentinel_for< S, I > |
function template rotate | |
template<typename Rng , typename I = iterator_t<Rng>> | |
auto | ranges::rotate (Rng &&rng, I middle) -> safe_subrange_t< Rng > requires range< Rng > &&permutable< I > |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |