Move this iterator to the next element in the hash table bucket.

Synopsis

Declared in <bslstl_hashtablebucketiterator.h>

Description

Return a reference providing modifiable access to this iterator. The behavior is undefined unless the iterator refers to a valid (not yet erased) element in a bucket. Note that this iterator is invalidated when the underlying hash table is rehashed.

Return Value

reference providing modifiable access to this iterator

Created with MrDocs