value overloads

Synopses

Declared in <bdlc_hashtable.h>

Return a modifiable reference to the value at handle.

VALUE&
value(Handle const& handle);

Return a non‐modifiable reference to the value at handle.

VALUE const&
value(Handle const& handle) const;

Return Value

  • modifiable reference to the value of the element

  • non‐modifiable reference to the value of the element

Parameters

Name

Description

handle

handle of the element whose value is returned

Created with MrDocs