[#BloombergLP-bslalg-RbTreeNode-setRightChild] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode]::setRightChild :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setRightChild(xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode]* address); ---- == Parameters [cols="1,4"] |=== | Name| Description | *address* | right‐child node, or 0 if this node has no right child |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#