[#BloombergLP-bslalg-RbTreeUtil-leftmost-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/RbTreeUtil.adoc[RbTreeUtil]::leftmost :relfileprefix: ../../../ :mrdocs: Return the address of the leftmost node in the specified `subtree`. == Synopsis Declared in `<bslalg_rbtreeutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode]* leftmost(xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode]* subtree); ---- == Description Return the address of the leftmost node in the specified `subtree`, and `subtree` if `subtree` has no left child. == Return Value address of the leftmost node in `subtree` == Parameters [cols="1,4"] |=== | Name| Description | *subtree* | root of the subtree to search |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#