因为我们现在有advance()andprev()移动迭代器可以向前或向后移动,我们已经有了begin()and end()。
advance()
prev()
begin()
end()
我想知道有没有什么情况我们更好/必须前后移动反向迭代器?
c++
c++ ×1