BloombergLP::bdlc::HashTable::value

value overloads

Synopses

Declared in <bdlc_hashtable.h>

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.

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

Return the reference to the non-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.

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