[#BloombergLP-bslstl-HashTableIterator-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableIterator.adoc[HashTableIterator]::HashTableIterator :relfileprefix: ../../../ :mrdocs: Create an iterator referring to the specified `node`. The behavior is undefined unless `node` is of the type `bslalg::BidirectionalNode<VALUE_TYPE>`, which is derived from `bslalg::BidirectionalLink`. Note that this constructor is an implementation detail and is not part of the C++ standard. == Synopsis Declared in `<bslstl_hashtableiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit HashTableIterator(xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* node); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#