STL 主要包括6大组件,容器(Containers),算法(Algorithms),迭代器(Iterators),函数对象(Functors)(也称仿函数),分配器(Allocators),适配器(Adapters)。
容器,包含顺序容器,关联容器(有序与无序),容器适配器
参考网址 http://www.cplusplus.com/