C++ 之 STL

189 阅读1分钟

STL大致分为六大模块:

容器(container)容器

算法(algorithm)算法

迭代器(iterator)

image.png

仿函数(functor)仿函数

适配器(adapter)适配器

配置器(allocator)