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);
Created with MrDocs