tinympl  0.2
mini MPL library for C++11
tinympl::copy< SequenceIn, Out > Class Template Reference

Copy the elements from the input sequence to the output sequence. More...

#include <tinympl/copy.hpp>

Detailed Description

template<class SequenceIn, template< class...> class Out = as_sequence<SequenceIn>::template rebind>
class tinympl::copy< SequenceIn, Out >

Copy the elements from the input sequence to the output sequence.

Parameters
SequenceInThe input sequence
OutThe output sequence type - defaults to the same sequence kind of the input sequence
Returns
copy<...>::type is a type templated from Out which is constructed with the elements of SequenceIn.
See also
variadic::copy

The documentation for this class was generated from the following file: