C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Erase a range of elements from a tiny sequence. More...
#include <chapter-5-tiny.hpp>
Erase a range of elements from a tiny sequence.
S | The sequence to alter. |
First | The first (inclusive) element to remove. |
Last | The last (inclusive) element to remove. |
Definition at line 375 of file chapter-5-tiny.hpp.