BloombergLP::bdlcc::StripedUnorderedMultiMap::getValueFirst

Load into *value the first value found for the specified key.

Synopsis

Declared in <bdlcc_stripedunorderedmultimap.h>

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

NameDescription
valueaddress at which to store the retrieved value
keykey whose first value is retrieved