[#BloombergLP-bslalg-RbTreeUtil-next-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/RbTreeUtil.adoc[RbTreeUtil]::next :relfileprefix: ../../../ :mrdocs: Return the in‐order successor of the specified `node`. == Synopsis Declared in `<bslalg_rbtreeutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode]* next(xref:BloombergLP/bslalg/RbTreeNode.adoc[RbTreeNode]* node); ---- == Description Return the address of the node that follows the specified `node` in an in‐order traversal of the binary tree to which `node` belongs. == Return Value address of the in‐order successor of `node` == Parameters [cols="1,4"] |=== | Name| Description | *node* | node whose in‐order successor is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#