Load into *value the value for key, if present.
Declared in <bdlcc_stripedunorderedmap.h>
std::size_t
getValue(
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 | receives the value attribute of the matching element |
| key | key of the element to look up |