Increment operators
Declared in <bslstp_slist.h>
Advance to the next element and return this iterator.
_Self&
operator++();
» more...
Advance to the next element and return the prior iterator value.
_Self
operator++(int __n);
» more...
| Name | Description |
|---|---|
| __n | unused postfix-increment discriminator |