[#BloombergLP-bslstl-HashTableIterator-node] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableIterator.adoc[HashTableIterator]::node :relfileprefix: ../../../ :mrdocs: Return the address of the node at this iterator's position. == Synopsis Declared in `<bslstl_hashtableiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* node() const; ---- == Description Return 0 if this iterator is positioned after the end of a list. Note that this method is an implementation detail and is not part of the C++ standard. == Return Value address of the node, or 0 if past‐the‐end [.small]#Created with https://www.mrdocs.com[MrDocs]#