9
Cursors and (Passive) Iterators
•Containers are nothing. Elements are everything.
•A container exists for no other purpose than to store and retrieve elements.  Elements are not a hidden detail.  •A cursor (and passive iterator) provides access to the elements in a container, without exposing container representation.