C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Add an element to the end of the tiny sequence. More...
Add an element to the end of the tiny sequence.
Tiny | The sequence to augment. |
T | The new element to add. |
N | The current size of Tiny. |
Definition at line 101 of file chapter-5-tiny.hpp.