【STL】六大组件及其关系 STL提供了六大组件,彼此组合套用协同工作。 容器(containers),算法(algorithm),迭代器(iterator), 仿函数(functors),适配器(adapters),配置器(allocators)。 [……]