1. 程式人生 > >STL(Standard Template Library)

STL(Standard Template Library)

float hms stl containe 排序 Go iterator 操作 eight

容器(Containers) list、deque、vector、map等
算法(Algorithms) 算法作用於容器,它們提供了執行各種操作的方式。包括了對容器的初始化、排序、搜索和轉化等操作
叠代器(iterators) 用於遍歷元素,這些集合可能是容器也可能是容器的子集
仿函數(Function object) 仿函數又稱函數對象,其實就是重載了()的struct
叠代適配器(Adaptor)
空間配置器(Allocator) 作用:1、對象的創建於銷毀 2、內存的獲取與釋放

STL(Standard Template Library)