Return the address of the next node linked from this node.
Synopsis
Declared in <bslalg_bidirectionallink.h>
BidirectionalLink*
nextLink() const;
Return Value
address of the next node, or 0 if none
Created with MrDocs
Return the address of the next node linked from this node.
Declared in <bslalg_bidirectionallink.h>
BidirectionalLink*
nextLink() const;
address of the next node, or 0 if none
Created with MrDocs