Return the address of the preceding node linked from this node.

Synopsis

Declared in <bslalg_bidirectionallink.h>

BidirectionalLink*
previousLink() const;

Return Value

address of the preceding node, or 0 if none

Created with MrDocs