【STL源码剖析】 第一章 概论与版本介绍

第一章 概论与版本介绍 STL六大组件: 容器(containers):各种数据结构,如vector,list,deque,set,map,用来存放数据。从实现角度来看STL容器是一种class template。 算法(algorithms):各种常用的算法如sort,search,copy,erase… 从实现角度来看STL算法是一种function template。 迭代器(iterato
相关文章
相关标签/搜索