Reset this object to have the specified parent, leftChild, rightChild, and color property values.
Synopsis
Declared in <bslalg_rbtreenode.h>
void
reset(
RbTreeNode* parent,
RbTreeNode* leftChild,
RbTreeNode* rightChild,
Color color);
Created with MrDocs