Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 314 Bytes

File metadata and controls

4 lines (4 loc) · 314 Bytes

第15章 容器和迭代器

  • C++标准库为处理数据序列提供了一个专门的框架,称为STL。
  • STL是标准模板库(Standard Template Library)的简称。
  • STL是ISO C++标准库的部分,它提供了容器(例如vector、list和map)和通用算法(例如sort、find和accumulate)。