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

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

#include <tinympl/variadic/copy.hpp>

Detailed Description

template<template< class...> class Out, class... Args>
class tinympl::variadic::copy< Out, Args >

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

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

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