[#BloombergLP-bdlcc-StripedUnorderedMultiMap-getValueFirst] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMultiMap.adoc[StripedUnorderedMultiMap]::getValueFirst :relfileprefix: ../../../ :mrdocs: Load into `*value` the first value found for the specified `key`. == Synopsis Declared in `<bdlcc_stripedunorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t getValueFirst( 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* | address at which to store the retrieved value | *key* | key whose first value is retrieved |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#