[#BloombergLP-bslstl-TreeNode-value-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeNode.adoc[TreeNode]::value :relfileprefix: ../../../ :mrdocs: `value` overloads == Synopses Declared in `<bslstl_treenode.h>` Return a reference providing modifiable access to the `value` of this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- VALUE& xref:BloombergLP/bslstl/TreeNode/value-0f.adoc[value](); ---- [.small]#xref:BloombergLP/bslstl/TreeNode/value-0f.adoc[_» more..._]# Return a reference providing non‐modifiable access to the `value` of this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- VALUE const& xref:BloombergLP/bslstl/TreeNode/value-0c.adoc[value]() const; ---- [.small]#xref:BloombergLP/bslstl/TreeNode/value-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#