BloombergLP::bdlcc::SkipList::removeAll

removeAll overloads

Synopses

Declared in <bdlcc_skiplist.h>

Remove all items from this list.

int
removeAll();
» more...

Remove all items, appending handles to removed.

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

Remove all items, appending handles to removed.

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

Remove all items, appending handles to removed.

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

Return Value

the number of items that were removed

Parameters

NameDescription
removedvector receiving references to removed pairs