Create a RbTreeAnchor object having the specified rootNode, firstNode, and numNodes attribute values.

Synopsis

Declared in <bslalg_rbtreeanchor.h>

RbTreeAnchor(
    RbTreeNode* rootNode,
    RbTreeNode* firstNode,
    int numNodes);

Parameters

Name

Description

rootNode

address of the root node

firstNode

address of the first (left‐most) node

numNodes

number of nodes in the tree

Created with MrDocs