stl容器使用中的经验(七)--iterator 优于 const_iterator、reverse_iterator、const_reverse_iterator
1、iterator优于const_iterator、reverse_iterator、const_reverse_iterator一般来说,标准stl容器都提供了4中迭代器。对于一个容器container而言,iterator相当于T*,const_iterator相当于constT*;我们以map为例,其他的容器也大差不差的实现了下面三个函数的功能。iteratorinsert(iterato