Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 227 Bytes

exercise_9_03.md

File metadata and controls

5 lines (3 loc) · 227 Bytes

练习9.3:构成迭代器范围的迭代器有何限制?


begin和end必须指向同一个容器中的元素,或者是容器最后一个元素之后的位置,且我们可以通过反复递增begin来到达end。