tinympl
0.2
mini MPL library for C++11
|
Remove a range in a given sequence. More...
#include <tinympl/erase.hpp>
Remove a range in a given sequence.
First | The first element to be removed |
Last | The first element which is not removed |
Seq | The input sequence |
Out | The output sequence type |