55 template <
typename T, const
size_t SIZE>
86 template <
typename T, const
size_t MAX_SIZE>
void swap(stack &other)
Swap.
Definition: stack.h:71
void swap(etl::bitset< N > &lhs, etl::bitset< N > &rhs)
swap
Definition: bitset.h:1200
This is the base for all stacks that contain a particular type.
Definition: istack.h:57
Definition: algorithm.h:43
size_type top_index
The index of the top of the stack.
Definition: stack_base.h:165
TContainer::iterator end(TContainer &container)
Definition: container.h:95
TContainer::iterator begin(TContainer &container)
Definition: container.h:45
size_type current_size
The number of items in the stack.
Definition: stack_base.h:166
stack()
Default constructor.
Definition: stack.h:63