home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / dobbs / apr95 / stev1t1.gif < prev    next >
Graphics Interchange Format  |  1996-01-10  |  30.9 KB  |  557x149  |  8-bit (103 colors)
   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.