Queues an erase of the given key into the batch.
Synopsis
Declared in <dbwrapper.h>
template<typename K>
void
Erase(K const& key);
Parameters
Name |
Description |
key |
The key to erase. |
Created with MrDocs
Queues an erase of the given key into the batch.
Declared in <dbwrapper.h>
template<typename K>
void
Erase(K const& key);
Name |
Description |
key |
The key to erase. |
Created with MrDocs