[#BloombergLP-bslalg-HashTableImpUtil-extractValue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/HashTableImpUtil.adoc[HashTableImpUtil]::extractValue :relfileprefix: ../../../ :mrdocs: Return a reference to the value held by the specified `link`. == Synopsis Declared in `<bslalg_hashtableimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class KEY_CONFIG> static KEY_CONFIG::ValueType& extractValue(xref:BloombergLP/bslalg/BidirectionalLink.adoc[BidirectionalLink]* link); ---- == Return Value reference to the extracted value == Parameters [cols="1,4"] |=== | Name| Description | *link* | node whose value to extract |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#