C++(标准库):20---STL容器之(无序容器unordered_set、unordered_multiset、unordered_map、unordered_multimap)

1、无序容器概述 STL内部预先定义好的无序容器有: unordered_set:是无序元素的集合,其中每一个元素不能重复 基础语法参阅:http://www.javashuo.com/article/p-cjfrkvxs-gh.html unordered_multiset:和unordered set的惟一差异是,其元素能够重复 基础语法参阅:http://www.javashuo.com/a
相关文章
相关标签/搜索