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

Name

Description

key

key of the element to insert

value

value of the element to insert

Created with MrDocs