before_begin overloads
Synopses
Declared in <bslstp_slist.h>
Return a non‐dereferenceable iterator that yields begin() when incremented.
Return a non‐dereferenceable const iterator that yields begin() when incremented.
const_iterator
before_begin() const;
Return Value
-
iterator preceding the first element
-
const iterator preceding the first element
Created with MrDocs