STL源碼剖析閱讀筆記--關聯容器(2)

關聯式容器: 關聯式容器主要有基於紅黑樹實現的set map multiset multimap 等和基於hashtable實現的hash_set hash_map hash_multiset hash_multimap。其中RB-tree容器是非公開的,hash_XX非標準的,而在c++11裏面用unordered_set unordered_map unordered_multimap uno
相關文章
相關標籤/搜索