[#BloombergLP-bslstl-HashTable-09-bucketAtIndex] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable-09.adoc[HashTable<UnorderedMapKeyConfiguration<basic_string<char> const, pair<basic_string<char> const, Json>>, TransparentHash, TransparentEqualTo, allocator<pair<basic_string<char> const, Json>>>]::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-09/SizeType.adoc[SizeType] index) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#