value overloads

Synopses

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

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

VALUE&
value();

Return a const reference to the value attribute of this object.

VALUE const&
value() const;

Return Value

  • modifiable reference to the value attribute

  • const reference to the value attribute

Created with MrDocs