STL源码剖析阅读笔记第一章

STL强调的是泛型,模板

STL六大组件

容器(containers),算法(algorithms),迭代器(iterators)

仿函数(functors),适配器(adapters),配置器(allocators)

原文地址:https://www.cnblogs.com/MuscleBJL/p/3918497.html