Set the right child of this node to the specified address. If address is 0, then this node will not have a right child.

Synopsis

Declared in <bslalg_rbtreenode.h>

void
setRightChild(RbTreeNode* address);

Parameters

Name

Description

address

right‐child node, or 0 if this node has no right child

Created with MrDocs