CDBWrapper::Exists

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

NameDescription
keyThe key to look up.