Remove the item identified by reference from this list.

Synopsis

Declared in <bdlcc_skiplist.h>

int
remove(Pair const* reference);

Description

Remove the item identified by the specified reference.

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.

Return Value

0 on success, and a non‐zero value if already removed

Parameters

Name

Description

reference

pair in this list

Created with MrDocs