Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 194 Bytes

9.3.md

File metadata and controls

4 lines (3 loc) · 194 Bytes

The constraints for two iterators, begin and end, forming an iterator range are

  1. They refer to elements of, or one past the end of, the same container.
  2. end must not precede begin.