ocr: Iterator State Meaning Singular The iterators value does not dereference any object in any container. (The iterator could be uninitialized or set to a logical null value.) Dereferenceable The iterator points to a valid object in the container. Past-the-end The iterator points to the first adjacent object position beyond the last object in the container. Table 1: STL iterator states.