Increment operators
Synopses
Declared in <bslstp_slist.h>
Advance to the next element and return this iterator.
Advance to the next element and return the prior iterator value.
_Self
operator++(int __n);
Return Value
-
reference to this iterator after advancing
-
copy of this iterator before advancing
Parameters
Name |
Description |
__n |
unused postfix‐increment discriminator |
Created with MrDocs