tinympl
0.2
mini MPL library for C++11
|
Produce an output sequence from a variadic template by removin the elements in the given range. More...
#include <tinympl/variadic/erase.hpp>
Produce an output sequence from a variadic template by removin the elements in the given range.
start | The index of the first element to be removed |
end | One plus the index of the last element to be removed |
Out | The output sequence type |
Args... | the input variadic template |