Return true if the specified node is the left child of its parent, and false otherwise. The behavior is undefined unless 0 != node‐>parent().
Synopsis
Declared in <bslalg_rbtreeutil.h>
static
bool
isLeftChild(RbTreeNode const* node);
Created with MrDocs