[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-getValue-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::getValue :relfileprefix: ../../../ :mrdocs: Load the first value found for `key` into `*value`. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.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. Note that the return value equals the number of values returned. Also note that, when there are multiple elements having `key`, the selection of "first" is implementation specific and subject to change. == Return Value 1 on success, and 0 if `key` does not exist == Parameters [cols="1,4"] |=== | Name| Description | *value* | receives the value of the first matching element | *key* | key of the element to look up |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#