tinympl  0.2
mini MPL library for C++11
tinympl::vector< Args >::erase< first, last > Struct Template Reference

Return a new vector constructed by erasing the elements in the range [first,last) of the current vector. More...

#include <tinympl/vector.hpp>

Inherits tinympl::erase< first, last, vector< Args...>, tinympl::vector >.

Detailed Description

template<class... Args>
template<std::size_t first, std::size_t last>
struct tinympl::vector< Args >::erase< first, last >

Return a new vector constructed by erasing the elements in the range [first,last) of the current vector.


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