[#BloombergLP-bdlcc-StripedUnorderedMap-getValue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMap.adoc[StripedUnorderedMap]::getValue :relfileprefix: ../../../ :mrdocs: Load into `*value` the value for `key`, if present. == Synopsis Declared in `<bdlcc_stripedunorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t getValue( VALUE* value, KEY const& key) const; ---- == Description Return 1 on success and 0 if `key` does not exist in this hash map. Note that the return value equals the number of values returned. == Return Value 1 on success, and 0 if `key` does not exist == Parameters [cols="1,4"] |=== | Name| Description | *value* | receives the value attribute of the matching element | *key* | key of the element to look up |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#