First page Back Continue Last page Graphics
SELECTIVE IGNORANCE
We really don't care what actual type iter is.
We just want it to move us through the container properly.
A Note:
- students.begin() returns an iterator
- we said iter was a const_iterator.
- An automatic conversion from iterator to const_iterator takes place.