First page
Back
Continue
Last page
Graphics
operations (cont.)
TYPE(iter) : Copies iterator (copy constructor)
Notes:
++pos // OK and fast
pos++ // OK, but not so fast
An inserter expands the container to make room.