Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A type that provides a bidirectional iterator that can read or modify any element in a list.
typedef implementation-defined iterator;
Remarks
A type iterator can be used to modify the value of an element.
Example
See the example for begin.
Requirements
Header: <list>
Namespace: std