Non‐templated base for forward iterators over an slist.
Synopsis
Declared in <bslstp_slist.h>
struct _Slist_iterator_base;
Type Aliases
Name |
Description |
Signed integral type used for iterator distances. |
|
Iterator category tag identifying a forward iterator. |
|
Unsigned integral type used for sizes. |
Member Functions
Name |
Description |
|
Create an iterator referring to the specified node. |
Advance this iterator to the next node. |
|
Return |
|
Return |
Data Members
Name |
Description |
Pointer to the current node, or null for a past‐the‐end iterator. |
Derived Classes
Name |
Description |
Forward iterator over an |
Created with MrDocs