[#BloombergLP-bslstl-HashTableBucketIterator-2constructor-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableBucketIterator.adoc[HashTableBucketIterator]::HashTableBucketIterator :relfileprefix: ../../../ :mrdocs: Create an iterator referring to the specified `bucket`, initially pointing to the first node in that `bucket`, or a past‐the‐end value if the `bucket` is empty. Note that this constructor is an implementation detail and is not part of the C++ standard. == Synopsis Declared in `<bslstl_hashtablebucketiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit HashTableBucketIterator(xref:BloombergLP/bslalg/HashTableBucket.adoc[bslalg::HashTableBucket] const* bucket); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#