C++:标准模板库(STL)

介绍 STL(standard template library)标准模板库,是一种高效的C++程序库。 STL分为三类:container(容器),iterator(迭代器)和algorithm(算法)。  html 容器(container) 容器是用来管理某一类对象的集合,包括序列式容器和关联式容器。     序列式容器:vector,list,deque     关联式容器:map,set
相关文章
相关标签/搜索