[#BloombergLP-bdlc-HashTable-value-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/HashTable.adoc[HashTable]::value :relfileprefix: ../../../ :mrdocs: 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`. == Synopsis Declared in `<bdlc_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- VALUE& value(xref:BloombergLP/bdlc/HashTable/Handle.adoc[Handle] const& handle); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#