C++_STL源码阅读:六大组件

Allocator:动态空间配置、管理、释放的class template; Container:序列式容器(vector、dequeue);关联式容器(set、map); Iterator:对Container进行迭代,获取元素 Algorithm:处理元素 Functor:仿函数,<functional> Adaptor:容器适配器 +  Iterator适配器 + Functor适配器 截图
相关文章
相关标签/搜索