CDBIterator::GetValue

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

NameDescription
valueSet to the deserialized value on success.