BloombergLP::bdlcc::StripedUnorderedMultiMap::insert

Insert an element with the specified key and value.

Synopsis

Declared in <bdlcc_stripedunorderedmultimap.h>

void
insert(
    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