Return the address of the element at which this iterator is positioned.

Synopsis

Declared in <bslstl_hashtablebucketiterator.h>

Description

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

Return Value

address of the element at which this iterator is positioned

Created with MrDocs