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

Name

Description

removed

vector receiving raw pointers to removed pairs

Created with MrDocs