tinympl
0.2
mini MPL library for C++11
|
Copy the first n elements from the input sequence. More...
#include <tinympl/variadic/copy_n.hpp>
Copy the first n elements from the input sequence.
n | The number of elements to be copied |
Out | The output sequence type, defaults to the same kind of the input sequence |
Args... | the input sequence |
copy_n<...>::type
is a type templated from Out
which is constructed with the first n types of the input sequence