Return true if there is a pair in the list with the specified key, and false otherwise.
true
key
false
Declared in <bdlcc_skiplist.h>
<bdlcc_skiplist.h>
bool exists(KEY const& key) const;
Created with MrDocs