Insert an element with the specified key and value.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
void
insertAlways(
KEY const& key,
VALUE const& value);
Note that other elements having the same key may exist in this hash map.
| Name | Description |
|---|---|
| key | key of the element to insert |
| value | value of the element to insert |