BloombergLP::bdlcc::StripedUnorderedContainerImpl::insertAlways

insertAlways overloads

Synopses

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

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

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

Insert an element with the specified key and value.

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

Parameters

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