clear method

void clear()

清空堆栈

Implementation

void clear() {
  _stack.clear();
}