[#BloombergLP-bslstl-HashTableBucketIterator-operator_ptr] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableBucketIterator.adoc[HashTableBucketIterator]::operator‐> :relfileprefix: ../../../ :mrdocs: Return the address of the element at which this iterator is positioned. == Synopsis Declared in `<bslstl_hashtablebucketiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/HashTableBucketIterator/pointer.adoc[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 [.small]#Created with https://www.mrdocs.com[MrDocs]#