STL(标准模板库)
表格整理
容器/算法 | 分类 |
---|---|
vector |
序列式容器 |
deque |
序列式容器 |
list |
序列式容器 |
array |
序列式容器 |
forward_list |
序列式容器 |
set |
关联式容器 |
multiset |
关联式容器 |
map |
关联式容器 |
multimap |
关联式容器 |
unordered_set |
无序关联式容器 |
unordered_multiset |
无序关联式容器 |
unordered_map |
无序关联式容器 |
unordered_multimap |
无序关联式容器 |
stack |
容器适配器 |
queue |
容器适配器 |
priority_queue |
容器适配器 |
algorithm |
算法 |
numeric |
数值算法 |
functional |
函数对象 |
STL(标准模板库)
https://weihehe.top/2024/07/10/STL/