value overloads
Synopses
Declared in <bslalg_bidirectionalnode.h>
Return a reference providing modifiable access to the value held by this object.
VALUE&
value();
Return a reference providing non‐modifiable access to the value held by this object.
VALUE const&
value() const;
Created with MrDocs