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

Produce an output sequence from a variadic template by removin the elements in the given range. More...

#include <tinympl/variadic/erase.hpp>

Detailed Description

template<std::size_t start, std::size_t end, template< class...> class Out, class... Args>
class tinympl::variadic::erase< start, end, Out, Args >

Produce an output sequence from a variadic template by removin the elements in the given range.

Parameters
startThe index of the first element to be removed
endOne plus the index of the last element to be removed
OutThe output sequence type
Args...the input variadic template

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