BloombergLP::bslalg::RbTreeNode::setLeftChild

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

Synopsis

Declared in <bslalg_rbtreenode.h>

void
setLeftChild(RbTreeNode* address);

Parameters

NameDescription
addressleft-child node, or 0 if this node has no left child