STL

STL六大組件(容器,算法,迭代器,配接器,仿函數,配置器) traits編程技法 基本容器的實現 序列容器:vector、list、deque、slist(單向鏈表) 關聯容器:紅黑樹—map、set、multimap、multiset,  哈希表—hash_map  hash_set   hash_multimap    hash_multiset 其他:stack(默認底部結構deque) 
相關文章
相關標籤/搜索