[#BloombergLP-bdlcc-SkipList-0a-remove] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::remove :relfileprefix: ../../../ :mrdocs: Remove the item identified by `reference` from this list. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int remove(xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[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 [cols="1,4"] |=== | Name| Description | *reference* | pair in this list |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#