insertBulk overloads

Synopses

Declared in <bdlcc_cache.h>

Insert the specified movable data into this cache.

Insert the specified data of key‐value pairs into this cache.

int
insertBulk(bsl::vector<KVType> const& data);

Insert the specified range of key‐value pairs into this cache.

template<class INPUT_ITERATOR>
int
insertBulk(
    INPUT_ITERATOR begin,
    INPUT_ITERATOR end);

Return Value

the number of items successfully inserted

Parameters

Name

Description

data

key‐value pairs to insert

begin

beginning of the key‐value range

end

end of the key‐value range

Created with MrDocs