打酱油的萧萧

一个打酱油的程序员

STL容器介绍

STL的容器可以分为以下几个大类: 

一:序列容器:有vector, list, deque, string。

二:关联容器: 有set, multiset, map, mulmap, hash_set, hash_map, hash_multiset, hash_multimap。

三:其他的杂项:stack, queue, valarray, bitset。

继续阅读