STL 组建

C++ STL六大组件:
1、容器(Containers)
2、算法(Algorithms)
3、迭代器(Iterators)
4、仿函数(Functors)
5、配接器(Adapters)
6、分配器(Allocators)

你可能感兴趣的:(STL 组建)