 | 关联容器 |
 | 反向插入序列 |
 | basic_string<charT, traits, Alloc> |
 | 位向量 |
 | bitset<N> |
 | 字符生产者 |
 | 容器 |
 | deque<T, Alloc> |
 | 前向容器 |
 | 正向插入序列 |
 | 哈希函数 |
 | hash<T> |
 | hash_map<Key, Data, HashFcn, EqualKey, Alloc> |
 | hash_multimap<Key, Data, HashFcn, EqualKey, Alloc> |
 | hash_multiset<Key, HashFcn, EqualKey, Alloc> |
 | hash_set<Key, HashFcn, EqualKey, Alloc> |
 | 哈希关联容器 |
 | list<T, Alloc> |
 | map<Key, Data, Compare, Alloc> |
 | multimap<Key, Data, Compare, Alloc> |
 | 多重关联容器 |
 | 多重哈希关联容器 |
 | 多重排序关联容器 |
 | multiset<Key, Compare, Alloc> |
 | 配对关联容器 |
 | priority_queue<T, Sequence, Compare> |
 | queue<T, Sequence> |
 | 随机访问容器 |
 | 可逆容器 |
 | rope<T, Alloc> |
 | 序列 |
 | set<Key, Compare, Alloc> |
 | 简单关联容器 |
 | slist<T, Alloc> |
 | 排序关联容器 |
 | stack<T, Sequence> |
 | 唯一关联容器 |
 | 唯一哈希关联容器 |
 | 唯一排序关联容器 |
 | vector<T, Alloc> |