[#BloombergLP-bslstl-HashTable-06-bucketAtIndex] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable-06.adoc[HashTable]::bucketAtIndex :relfileprefix: ../../../ :mrdocs: Return a reference offering non‐modifiable access to the `HashTableBucket` at the specified `index` position in the array of buckets of this table. The behavior is undefined unless 'index < numBuckets()'. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/HashTableBucket.adoc[bslalg::HashTableBucket] const& bucketAtIndex(xref:BloombergLP/bslstl/HashTable-06/SizeType.adoc[SizeType] index) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#