《C++标准程序库》学习笔记4 — 第六章
1.(P145)
容器类别的共同操作函数(只列了个别几个):
c.max_size()Returns the maximum number of elements possible
c1.swap(c2)/swap(c1, c2)Swaps the data of c1and c2
c.begin() / c.end()Returns an iterator for the firs
http://cyqdata.cn/cnblogs/article-detail-7299