BloombergLP::bslalg::BidirectionalNode::value

value overloads

Synopses

Declared in <bslalg_bidirectionalnode.h>

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

VALUE&
value();
» more...

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

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