Increment operators
Declared in <bslstp_slist.h>
<bslstp_slist.h>
Advance to the next element and return this iterator.
_Self& operator++();
Advance to the next element and return the prior iterator value.
_Self operator++(int);