removeAll overloads
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...
the number of items that were removed
| Name | Description |
|---|---|
| removed | vector receiving references to removed pairs |