Effective STL第1條:慎重選擇容器類型

1、STL的容器概述 標準STL序列容器:vector、string、deque和list 標準STL關聯容器:set、multiset、map、和multimap 非標準序列容器slist和rope:slist是一個單向鏈表,rope本質上是一「重型」string 非標準關聯容器:hash_set、hash_multiset、hash_map和hash_multimap vector<char>
相關文章
相關標籤/搜索