effective stl 第25條:熟悉非標準的散列容器

C++標準中沒有任何的散列容器,可是與STL兼容的散列容器能夠從不少渠道得到,他們甚至有標準的名字:hash_set、hash_multiset、hash_map、hash_multimap,注意:其中的元素不是以散列方式存放的。ios hash_map和map的區別在哪裏:能夠參看下邊的博客 http://blog.csdn.net/sdhongjun/article/details/45173
相關文章
相關標籤/搜索