Load, into the specified *value, the value attribute of the first element found in this hash map having the specified key. 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.
Synopsis
Declared in <bdlcc_stripedunorderedmultimap.h>
std::size_t
getValueFirst(
VALUE* value,
KEY const& key) const;
Created with MrDocs