Reads and de-obfuscates the value at the current position.
Declared in <dbwrapper.h>
template<typename V>
bool
GetValue(V& value);
True if the value was read successfully, false otherwise.
| Name | Description |
|---|---|
| value | Set to the deserialized value on success. |