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