一、从元素的组织方式上,容器被分为两类:序列式容器和关联容器。
序列式容器有:vector, list, deque, stack, queue, priority-queue等。
关联容器有:
二、分别详解各个容器
1. vectorhttp://blog.csdn.net/sophistcxf/article/details/9138417
2. list