Namespace in which an enumeration is declared that denotes the states in which an iterator can be in.
The three states an iterator can be in: valid, past-the-end and invalid.
Iterator points to a valid object.
Iterator reached end of container.
Iterator is invalid, probably due to an error.