BloombergLP::bdlcc::StripedUnorderedMultiMap::insert

insert overloads

Synopses

Declared in <bdlcc_stripedunorderedmultimap.h>

Insert an element with key and the move-insertable value.

void
insert(
    KEY const& key,
    bslmf::MovableRef<VALUE> value);
» more...

Insert an element with the specified key and value.

void
insert(
    KEY const& key,
    VALUE const& value);
» more...

Parameters

NameDescription
keykey of the element to insert
valuemove-insertable value of the element to insert