Reads and de-obfuscates the value stored under the given key.
Declared in <dbwrapper.h>
template<
typename K,
typename V>
bool
Read(
K const& key,
V& value) const;
True if the key was found and read, false otherwise.
| Name | Description |
|---|---|
| key | The key to look up. |
| value | Set to the deserialized value on success. |