value overloads

Synopses

Declared in <bslstl_treenode.h>

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

VALUE&
value();

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

VALUE const&
value() const;

Created with MrDocs