BloombergLP::ball::CategoryManager_RadixTree_Node::value

value overloads

Synopses

Declared in <ball_categorymanager_radixtree.h>

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

bsl::optional<t_VALUE>&
value();
» more...

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

bsl::optional<t_VALUE> const&
value() const;
» more...

Return Value

  • modifiable reference to the optional value
  • non-modifiable reference to the optional value