[#BloombergLP-bslstl-HashTableBucketIterator-operator_star] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableBucketIterator.adoc[HashTableBucketIterator]::operator* :relfileprefix: ../../../ :mrdocs: Return a reference providing modifiable access to 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 in a hash table bucket. Note that this iterator is invalidated when the underlying hash table is rehashed. == Synopsis Declared in `<bslstl_hashtablebucketiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/HashTableBucketIterator/reference.adoc[HashTableBucketIterator<VALUE_TYPE, DIFFERENCE_TYPE>::reference] operator*() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#