Remove all items, appending handles to removed.

Synopsis

Declared in <bdlcc_skiplist.h>

int
removeAll(bsl::vector<PairHandle>* removed);

Description

Same as the preceding overload, appending handles to removed.

Return Value

the number of items that were removed

Parameters

Name

Description

removed

vector receiving references to removed pairs

Created with MrDocs