|
template<typename I , typename S , typename O , typename P = identity> |
rotate_copy_result< I, O > | ranges::rotate_copy (I first, I middle, S last, O out) |
| function template rotate_copy More...
|
|
template<typename Rng , typename O , typename P = identity> |
rotate_copy_result< borrowed_iterator_t< Rng >, O > | ranges::rotate_copy (Rng &&rng, iterator_t< Rng > middle, O out) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|