Return the address of the node at which this iterator is positioned in the list, or 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.
Synopsis
Declared in <bslstl_hashtableiterator.h>
bslalg::BidirectionalLink*
node() const;
Created with MrDocs