A template class with all parameters documented. More...
| Header: | #include <FullyDocumented> |
| void | add(T value) |
| void | templateFunc(T value) |
T is the element type stored in the container. Allocator is the allocator type used for memory management.
Adds value to the container. The type T determines how the value is stored.
A template function that takes value of type T.