setValueFirst overloads
Declared in <bdlcc_stripedunorderedmultimap.h>
Set the first matching element's value by move, or insert one.
std::size_t
setValueFirst(
KEY const& key,
bslmf::MovableRef<VALUE> value);
» more...
Set the value of the first element matching key, or insert one.
std::size_t
setValueFirst(
KEY const& key,
VALUE const& value);
» more...
number of elements found with key
| Name | Description |
|---|---|
| key | key of the element to set or insert |
| value | move-insertable value to assign or insert |