tinympl  0.2
mini MPL library for C++11
tinympl::variadic::copy_n< n, Out, Args > Class Template Reference

Copy the first n elements from the input sequence. More...

#include <tinympl/variadic/copy_n.hpp>

Detailed Description

template<std::size_t n, template< class...> class Out, class... Args>
class tinympl::variadic::copy_n< n, Out, Args >

Copy the first n elements from the input sequence.

Parameters
nThe number of elements to be copied
OutThe output sequence type, defaults to the same kind of the input sequence
Args...the input sequence
Returns
copy_n<...>::type is a type templated from Out which is constructed with the first n types of the input sequence
See also
tinympl::copy_n

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