BloombergLP::bdlcc::StripedUnorderedContainerImpl::insertAlways

Insert an element with the specified key and value.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

void
insertAlways(
    KEY const& key,
    VALUE const& value);

Description

Note that other elements having the same key may exist in this hash map.

Parameters

NameDescription
keykey of the element to insert
valuevalue of the element to insert