push

Puts a value onto a stack.

  void push(const value_type& x) { c.push_back(x); }