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