Return a modifiable reference to the value at handle.

Synopsis

Declared in <bdlc_hashtable.h>

VALUE&
value(Handle const& handle);

Description

Return the reference to the modifiable value of the element identified by the specified handle. The behavior is undefined unless handle is valid. Note that this method will fail to compile unless the VALUE parameter is not bslmf::Nil.

Return Value

modifiable reference to the value of the element

Parameters

Name

Description

handle

handle of the element whose value is returned

Created with MrDocs