[#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 a modifiable reference to the value at `handle`. [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 a non‐modifiable reference to the value at `handle`. [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..._]# == Return Value * modifiable reference to the value of the element * non‐modifiable reference to the value of the element == Parameters [cols="1,4"] |=== | Name| Description | *handle* | handle of the element whose value is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#