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

Produce an output sequence from a variadic template inserting a new element at a given position. More...

#include <tinympl/variadic/insert.hpp>

Detailed Description

template<std::size_t pos, class T, template< class... > class Out, class... Args>
class tinympl::variadic::insert< pos, T, Out, Args >

Produce an output sequence from a variadic template inserting a new element at a given position.

Parameters
posThe position of the new element
Tthe new element
Outthe output sequence type
Args...the input variadic template

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