Return the address of the element at which this iterator is positioned.
Declared in <bslstl_hashtablebucketiterator.h>
HashTableBucketIterator<VALUE_TYPE, DIFFERENCE_TYPE>::pointer
operator->() const;
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.
address of the element at which this iterator is positioned