tinympl
0.2
mini MPL library for C++11
|
Copy the first N elements from the input sequence. More...
#include <tinympl/copy_n.hpp>
Copy the first N elements from the input sequence.
SequenceIn | 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 |
copy_n<...>::type
is a type templated from Out
which is constructed with the first N types of the input sequence