Return whether a pair with the specified key is in the list.
Synopsis
Declared in <bdlcc_skiplist.h>
bool
exists(KEY const& key) const;
Description
Return true if there is a pair in the list with the specified key, and false otherwise.
Return Value
true if key is present, and false otherwise
Parameters
Name |
Description |
key |
key to search for |
Created with MrDocs