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