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);

Insert an element with the specified key and value.

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

Parameters

Name

Description

key

key of the element to insert

value

move‐insertable value of the element to insert

Created with MrDocs