C++ STL 无序容器详解:unordered_map和unordered_set|set/map 与 unordered系列 性能对比与场景选型
目录
引言:
1.unordered_map和unordered_multiset参考文档
2.unordered_set类的介绍
3.unordered_set和set的使用差异
4.unordered_map和map的使用差异
5.unordered_multimap和unordered_multiset
6.unordered_xxx的哈希相关接口
7.unordered系列容器
结语…
2026/8/14 22:05:33