BloombergLP::bdlc::HashTable::value

value overloads

Synopses

Declared in <bdlc_hashtable.h>

Return a modifiable reference to the value at handle.

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

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

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

Return Value

  • modifiable reference to the value of the element
  • non-modifiable reference to the value of the element

Parameters

NameDescription
handlehandle of the element whose value is returned