STL容器
摘要:
在stl中容器分为两大类,序列式容器和关联式容器。序列式容器:array、vector、heap、priority-queue、list、slist、deque、(stack、queue)最后两个是配接器关联式容器:RB-tree、set、map、multiset、multimap、hashtabl... 阅读全文
posted @ 2014-08-03 16:53 NewPanderKing 阅读(370) 评论(0) 推荐(0) 编辑