虽然我正在阅读有关STL迭代器的内容,但请参阅https://www.sgi.com/tech/stl/Iterators.html
最受限制的迭代器类型是输入迭代器和输出迭代器,它们都允许"单通"算法,但不一定支持"多次通过"算法.
c++ iterator stl
c++ ×1
iterator ×1
stl ×1