Remove all items and append raw references to removed.

Synopses

Declared in <bdlcc_skiplist.h>

Remove all items and append raw references to removed.

Remove all items and append raw references to removed.

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

Remove all items and append raw references to removed.

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

Return Value

the number of items that were removed

Parameters

Name

Description

removed

vector receiving raw pointers to removed pairs

Created with MrDocs