First page Back Continue Last page Graphics
Three iterators
start – points to the start.
finish – points to first unused location after the end.
end_of_storage points to just past the end of the reserved memory.
“One past” avoids the need for a “<” operator when scanning. (Some containers may not have a “<” defined.)