[#BloombergLP-bslstl-HashTableIterator-operator_star] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableIterator.adoc[HashTableIterator]::operator* :relfileprefix: ../../../ :mrdocs: Return a reference providing modifiable access to the value (of the template parameter `VALUE_TYPE`) of the node at which this iterator is positioned. The behavior is undefined unless the iterator refers to a valid (not yet erased) node the list. == Synopsis Declared in `<bslstl_hashtableiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/HashTableIterator/reference.adoc[HashTableIterator<VALUE_TYPE, DIFFERENCE_TYPE>::reference] operator*() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#