Typedefs | |
template<typename I , typename O > | |
using | ranges::copy_result = detail::in_out_result< I, O > |
Functions | |
template<typename I , typename S , typename O > | |
constexpr copy_result< I, O > | ranges::copy (I first, S last, O out) |
function template copy More... | |
template<typename Rng , typename O > | |
constexpr copy_result< borrowed_iterator_t< Rng >, O > | ranges::copy (Rng &&rng, 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... | |