Remove the item identified by the specified reference from the list. Return 0 on success, and a non‐zero value if the pair has already been removed from the list.
reference
Declared in <bdlcc_skiplist.h>
<bdlcc_skiplist.h>
int remove(Pair const* reference);
Created with MrDocs