eraseBulk overloads

Synopses

Declared in <bdlcc_cache.h>

Remove the items having the specified keys from this cache.

int
eraseBulk(bsl::vector<KEY> const& keys);

Remove the items having the keys in the specified range.

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

Return Value

the number of items successfully removed

Parameters

Name

Description

keys

keys of the items to remove

begin

beginning of the key range

end

end of the key range

Created with MrDocs