Remove all items and append raw references to removed.
Declared in <bdlcc_skiplist.h>
Remove all items and append raw references to removed.
int
removeAllRaw(bsl::vector<Pair*>* removed);
» more...
Remove all items and append raw references to removed.
int
removeAllRaw(std::pmr::vector<Pair*>* removed);
» more...
Remove all items and append raw references to removed.
int
removeAllRaw(std::vector<Pair*>* removed);
» more...
the number of items that were removed
| Name | Description |
|---|---|
| removed | vector receiving raw pointers to removed pairs |