Insert into this hash map an element having the specified key and value. Note that other elements having the same key may exist in this hash map.
Declared in <bdlcc_stripedunorderedmultimap.h>
void
insert(
KEY const& key,
VALUE const& value);