|
template<typename I , typename S , typename O > |
CPP_TEMPLATE_AUX_0 | ranges::c (requires input_iterator< I > &&sentinel_for< S, I > &&weakly_incrementable< O > &&indirectly_movable< I, O >) ccconstexpr move_result< I |
| function template move
|
|
template<typename Rng , typename O > |
CPP_TEMPLATE_AUX_0 | ranges::c (requires input_range< Rng > &&weakly_incrementable< O > &&indirectly_movable< iterator_t< Rng >, O >) ccconstexpr move_result< borrowed_iterator_t< Rng > |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
CPP_TEMPLATE_AUX_0 O | ranges::move (I first, S last, O out) |
|
CPP_TEMPLATE_AUX_0 O | ranges::move (Rng &&rng, O out) |
|