C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
chapter5::tiny_push_back< Tiny, T, N > Struct Template Reference

Add an element to the end of the tiny sequence. More...

Detailed Description

template<typename Tiny, typename T, int N>
struct chapter5::tiny_push_back< Tiny, T, N >

Add an element to the end of the tiny sequence.

Template Parameters
TinyThe sequence to augment.
TThe new element to add.
NThe current size of Tiny.

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


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