Bidirectional iterator over elements of a bsl::list.
Synopsis
Declared in <bslstl_list.h>
template<class ITER_VALUE>
class List_Iterator;
Description
Implementation of bsl::list::iterator.
Type Aliases
Name |
Description |
Signed integral type used for iterator distances. |
|
|
|
Pointer to the element type referenced by this iterator. |
|
Reference to the element type referenced by this iterator. |
|
Value type referenced by this iterator. |
Member Functions
Name |
Description |
|
Constructors |
|
Default compiler‐generated destructor. |
Default compiler‐generated copy‐assignment operator. |
|
Return a reference to the element referenced by this iterator. |
|
Increment operators |
|
Decrement operators |
|
Return a pointer to the element referenced by this iterator. |
Friends
Name |
Description |
Return |
|
|
Bidirectional iterator over elements of a |
Forward declaration required by |
Non-Member Functions
Name |
Description |
Return |
Created with MrDocs