[#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 (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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/HashTableBucketIterator/pointer.adoc[HashTableBucketIterator<VALUE_TYPE, DIFFERENCE_TYPE>::pointer] operator‐>() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#