|
GCSIM
|
#include <cassert>#include <cstddef>#include <new>#include <stdexcept>#include <utility>#include <type_traits>Classes | |
| class | indexed_stack< T > |
| hybrid implementation of an array and stack. More... | |
Variables | |
| constexpr size_t | DEFAULT_STACK_CAPACITY = 8 |
| initial stack capacity. | |
|
constexpr |
initial stack capacity.