[#CDBIterator-GetValue] = xref:CDBIterator.adoc[CDBIterator]::GetValue :relfileprefix: ../ :mrdocs: Reads and de‐obfuscates the value at the current position. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename V> bool GetValue(V& value); ---- == Return Value True if the value was read successfully, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *value* | Set to the deserialized value on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#