removeAll overloads

Synopses

Declared in <bdlcc_skiplist.h>

Remove all items from this list.

int
removeAll();

Remove all items, appending handles to removed.

Remove all items, appending handles to removed.

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

Remove all items, appending handles to removed.

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

Return Value

the number of items that were removed

Parameters

Name

Description

removed

vector receiving references to removed pairs

Created with MrDocs