Queues a write of the given key and value into the batch.
Declared in <dbwrapper.h>
template<
typename K,
typename V>
void
Write(
K const& key,
V const& value);
| Name | Description |
|---|---|
| key | The key to write. |
| value | The value to associate with the key. |