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