BloombergLP::bdlcc::SkipList::removeAllRaw

Remove all items and append raw references to removed.

Synopsis

Declared in <bdlcc_skiplist.h>

int
removeAllRaw(std::pmr::vector<Pair*>* removed);

Description

Same as the preceding overload, appending raw pointers to removed.

Return Value

the number of items that were removed

Parameters

NameDescription
removedvector receiving raw pointers to removed pairs