BloombergLP::bdlcc::StripedUnorderedContainerImpl::insertBulkAlways

Insert key-value pairs from the range [first, last)].

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

template<class RANDOM_ITER>
void
insertBulkAlways(
    RANDOM_ITER first,
    RANDOM_ITER last);

Description

The iterators provide read access to a sequence of bsl::pair<KEY, VALUE> objects. All insertions are done by the calling thread and the order of insertion is not specified. The behavior is undefined unless first <= last.

Parameters

NameDescription
firstbeginning of the key-value range
lastend of the key-value range