[#BloombergLP-bslstl-HashTableBucketIterator-bucket] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableBucketIterator.adoc[HashTableBucketIterator]::bucket :relfileprefix: ../../../ :mrdocs: Return the address of the hash table bucket referred to by this iterator. == Synopsis Declared in `<bslstl_hashtablebucketiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/HashTableBucket.adoc[bslalg::HashTableBucket] const* bucket() const; ---- == Description Note that this method is an implementation detail intended for debugging purposes only, and is not part of the C++ standard. == Return Value address of the hash table bucket referred to by this iterator [.small]#Created with https://www.mrdocs.com[MrDocs]#