GCSIM
Classes | Variables
indexed-stack.hpp File Reference
#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.
 

Variable Documentation

◆ DEFAULT_STACK_CAPACITY

constexpr size_t DEFAULT_STACK_CAPACITY = 8
constexpr

initial stack capacity.