[#BloombergLP-bslalg-RbTreeUtil-isRightChild] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/RbTreeUtil.adoc[RbTreeUtil]::isRightChild :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isRightChild(xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode] const* node); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#