tinympl
0.2
mini MPL library for C++11
|
Copy the elements from the input sequence to the output sequence. More...
#include <tinympl/variadic/copy.hpp>
Copy the elements from the input sequence to the output sequence.
Out | The output sequence type - defaults to the same sequence kind of the input sequence |
Args... | The input sequence |
copy<...>::type
is a type templated from Out
which is constructed with the elements of SequenceIn.