c++学习---迭代器

迭代器类型:

begin和end的返回值的类型由对象是否为常量所决定

 无论对象是都为常量,cbegin和cend都将都到一个const_iterator

原文地址:https://www.cnblogs.com/confusion/p/9275111.html