Return the address of the (modifiable) right child of this node if one exists, and 0 otherwise.

Synopsis

Declared in <bslalg_rbtreenode.h>

RbTreeNode*
rightChild();

Return Value

address of the right‐child node, or 0 if none

Created with MrDocs