BloombergLP::bslstl::HashTableBucketIterator::operator->

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

Synopsis

Declared in <bslstl_hashtablebucketiterator.h>

HashTableBucketIterator<VALUE_TYPE, DIFFERENCE_TYPE>::pointer
operator->() const;

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