Load into *value the first value found for the specified key.
Declared in <bdlcc_stripedunorderedmultimap.h>
std::size_t
getValueFirst(
VALUE* value,
KEY const& key) const;
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.
1 on success, and 0 if key does not exist
| Name | Description |
|---|---|
| value | address at which to store the retrieved value |
| key | key whose first value is retrieved |