Constructors
Declared in <bslstp_slist.h>
Create a singular (past-the-end) iterator.
_Slist_iterator();
» more...
Create an iterator from a non-const iterator of the same value type.
_Slist_iterator(iterator const& __x);
» more...
Create an iterator referring to the specified node.
_Slist_iterator(_Node* __x);
» more...