setValueFirst overloads
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
Set the first element with key to the move-insertable value.
std::size_t
setValueFirst(
KEY const& key,
bslmf::MovableRef<VALUE> value);
» more...
Set the first element with key to value, inserting if absent.
std::size_t
setValueFirst(
KEY const& key,
VALUE const& value);
» more...
keykey| Name | Description |
|---|---|
| key | key of the element to set or insert |
| value | move-insertable value to assign or insert |