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