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