Range-v3
Range algorithms, views, and actions for the Standard Library
rotate.hpp File Reference

Functions

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