Remove all items and append raw references to removed.
Declared in <bdlcc_skiplist.h>
int
removeAllRaw(std::vector<Pair*>* removed);
Same as the preceding overload, appending raw pointers to removed.
the number of items that were removed
| Name | Description |
|---|---|
| removed | vector receiving raw pointers to removed pairs |