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