Checks whether a value is stored under the given key.
Synopsis
Declared in <dbwrapper.h>
template<typename K>
bool
Exists(K const& key) const;
Return Value
True if the key exists in the database, false otherwise.
Parameters
Name |
Description |
key |
The key to look up. |
Created with MrDocs