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

Return the address of the element (of the template parameter VALUE_TYPE) at which this iterator is positioned. The behavior is undefined unless the iterator refers to a valid (not yet erased) element a hash table bucket. Note that this iterator is invalidated when the underlying hash table is rehashed.

Synopsis

Declared in <bslstl_hashtablebucketiterator.h>

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