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