[#BloombergLP-bslstl-HashTableBucketIterator-node] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableBucketIterator.adoc[HashTableBucketIterator]::node :relfileprefix: ../../../ :mrdocs: Return the address of the node holding the element at which this iterator is positioned, or 0 if this iterator is positioned after the end of a bucket. Note that this method 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"] ---- xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* node() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#