BloombergLP::bdlcc::SkipList::removeAllRaw

Remove all items and append raw references to removed.

Synopses

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...

Return Value

the number of items that were removed

Parameters

NameDescription
removedvector receiving raw pointers to removed pairs