Synopsis
Declared in <bslstl_list.h>
template<class ITER_VALUE>
class 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 providing modifiable access to the element referenced by this iterator. The behavior is undefined unless this iterator is in the range |
|
Increment operators |
|
Decrement operators |
|
Return a pointer providing modifiable access to the element referenced by this iterator. The behavior is undefined unless this iterator is in the range |
Friends
Name |
Description |
Return |
|
|
|
Forward declaration required by |
Non-Member Functions
Name |
Description |
Return |
Created with MrDocs