#include <functional>
#include <tuple>
#include <utility>
#include <range/v3/range_fwd.hpp>
#include <range/v3/algorithm/result_types.hpp>
#include <range/v3/functional/identity.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/iterator/traits.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
Go to the source code of this file.
|
template<typename I , typename O > |
using | ranges::copy_n_result = detail::in_out_result< I, O > |
|
|
| ranges::template (typename I, typename O, typename P=identity)(AND weakly_incrementable< O > AND indirectly_copyable< I |
| function template copy_n
|
|
O constexpr copy_n_result< I, O > RANGES_FUNC() | ranges::copy_n (I first, iter_difference_t< I > n, O out) |
|