13 #ifndef TINYMPL_COPY_N_HPP
14 #define TINYMPL_COPY_N_HPP
16 #include <tinympl/variadic/copy_n.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
34 template<
typename SequenceIn,
36 template<
class ... >
class Out = as_sequence<SequenceIn>::template rebind>
39 template<std::size_t N,
template<
class ...>
class Out,
class ... Args>
44 #endif // TINYMPL_COPY_N_HPP
The main sequence type.
Definition: sequence.hpp:28
Copy the first N elements from the input sequence.
Definition: copy_n.hpp:37
Copy the first n elements from the input sequence.
Definition: copy_n.hpp:34