Definitions for "Iterators"
Objects which act like pointers into a specific type of container class¤¤. They are specifically designed to simplify the task of sequentially stepping through each element of a container, and are widely used in the STL¤.