Constructors
Synopses
Declared in <bslstp_slist.h>
Create a singular (past‐the‐end) iterator.
Create an iterator from a non‐const iterator of the same value type.
_Slist_iterator(iterator const& __x);
Create an iterator referring to the specified node.
_Slist_iterator(_Node* __x);
Parameters
Name |
Description |
__x |
non‐const iterator whose position is copied |
Created with MrDocs