BloombergLP::bslstl::TreeNode::value

value overloads

Synopses

Declared in <bslstl_treenode.h>

Return a reference providing modifiable access to the value of this object.

VALUE&
value();
» more...

Return a reference providing non-modifiable access to the value of this object.

VALUE const&
value() const;
» more...