How the library uses these abstractions
Every library data structure has a corresponding iterator type
Most algorithms work on iterators, rather than directly on data structures
Library containers have begin() and end() members that yield iterators
Previous slide
Next slide
Back to first slide
View graphic version