vt::term::EpochStack struct

Public types

using DataType = epoch::detail::EpochImplType

Public functions

void push(DataType in)
auto top() const -> DataType
void pop()
auto size() const -> unsigned int

Public variables

int cur_
std::array<DataType, 64> stack_