[#BloombergLP-bslalg-RbTreeUtil-leftmost-03] = 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`. == Synopses Declared in `<bslalg_rbtreeutil.h>` Return the address of the leftmost node in the specified `subtree`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode]* xref:BloombergLP/bslalg/RbTreeUtil/leftmost-0e.adoc[leftmost](xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode]* subtree); ---- [.small]#xref:BloombergLP/bslalg/RbTreeUtil/leftmost-0e.adoc[_» more..._]# Return the address of the leftmost node in the specified `subtree`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode] const* xref:BloombergLP/bslalg/RbTreeUtil/leftmost-09.adoc[leftmost](xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode] const* subtree); ---- [.small]#xref:BloombergLP/bslalg/RbTreeUtil/leftmost-09.adoc[_» more..._]# == 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]#