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