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