[#BloombergLP-bslstl-HashTableBucketIterator-2constructor-03] = 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 node in the specified bucket. == Synopsis Declared in `<bslstl_hashtablebucketiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit HashTableBucketIterator( xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* node, xref:BloombergLP/bslalg/HashTableBucket.adoc[bslalg::HashTableBucket] const* bucket); ---- == Description The behavior is undefined unless `node` is part of `bucket`, or `node` is 0. Note that this constructor is an implementation detail and is not part of the C++ standard. == Parameters [cols="1,4"] |=== | Name| Description | *node* | node in the bucket at which to position this iterator | *bucket* | hash‐table bucket containing `node` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#