迭代器支持

array容器

vector容器

list容器

forward_list容器

deque容器(double-ended queue)

set容器

map容器

无迭代器支持

stack容器

queue容器

priority_queue容器