年轻人的努力

导航

list

正序迭代器: iterator 逆序迭代器: reverse_iterator 正序便利: list<int> l; for(list<int>::iterator it=l.begin();it!=l.end();it++) cout<<*it<<endl; 逆序遍历: list<int> l;

posted on 2021-04-19 14:35  年轻人的努力  阅读(47)  评论(0编辑  收藏  举报