标签:++ tor div strong ack 数据 stl color top
栈:先进后出。
一、构造函数
stack<T> stk; stack<const stack& stk>;
二、赋值操作
stack& operator=(const stack &stk);
三、数据存取
push(ele);
pop();
top();
四、大小操作
empty();
size();
标签:++ tor div strong ack 数据 stl color top
原文地址:https://www.cnblogs.com/xiximayou/p/12111639.html