C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Insert into the tiny sequence. More...
Insert into the tiny sequence.
If the sequence is full, this will not drop elements, it will fail an assertion and abort compilation.
Tiny | The sequence to augment. |
T | The new element to add. |
N | The current size of Tiny. |
Definition at line 123 of file chapter-5-tiny.hpp.