C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
chapter5::tiny_erase< S, First, Last > Struct Template Reference

Erase a range of elements from a tiny sequence. More...

#include <chapter-5-tiny.hpp>

Detailed Description

template<typename S, int First, int Last>
struct chapter5::tiny_erase< S, First, Last >

Erase a range of elements from a tiny sequence.

Template Parameters
SThe sequence to alter.
FirstThe first (inclusive) element to remove.
LastThe last (inclusive) element to remove.

Definition at line 375 of file chapter-5-tiny.hpp.


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