insertAlways overloads
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
Insert an element with key and the move-insertable value.
void
insertAlways(
KEY const& key,
bslmf::MovableRef<VALUE> value);
» more...
Insert an element with the specified key and value.
void
insertAlways(
KEY const& key,
VALUE const& value);
» more...
| Name | Description |
|---|---|
| key | key of the element to insert |
| value | move-insertable value of the element to insert |