Set the successor of this node to be the specified next link.

Synopsis

Declared in <bslalg_bidirectionallink.h>

void
setNextLink(BidirectionalLink* next);

Parameters

Name

Description

next

successor node, or 0 if this node has no successor

Created with MrDocs