tinympl  0.2
mini MPL library for C++11
tinympl::erase< First, Last, Seq, Out > Class Template Reference

Remove a range in a given sequence. More...

#include <tinympl/erase.hpp>

Detailed Description

template<std::size_t First, std::size_t Last, class Seq, template< class...> class Out = as_sequence<Seq>::template rebind>
class tinympl::erase< First, Last, Seq, Out >

Remove a range in a given sequence.

Parameters
FirstThe first element to be removed
LastThe first element which is not removed
SeqThe input sequence
OutThe output sequence type

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