[#BloombergLP-bslstl-HashTableIterator-operator_ptr] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableIterator.adoc[HashTableIterator]::operator‐> :relfileprefix: ../../../ :mrdocs: Return the address of the value at this iterator's position. == Synopsis Declared in `<bslstl_hashtableiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/HashTableIterator/pointer.adoc[HashTableIterator<VALUE_TYPE, DIFFERENCE_TYPE>::pointer] operator‐>() const; ---- == Description The behavior is undefined unless the iterator refers to a valid (not yet erased) node in the list. == Return Value address of the value at this iterator's position [.small]#Created with https://www.mrdocs.com[MrDocs]#