Queues a write of the given key and value into the batch.

Synopsis

Declared in <dbwrapper.h>

template<
    typename K,
    typename V>
void
Write(
    K const& key,
    V const& value);

Parameters

Name

Description

key

The key to write.

value

The value to associate with the key.

Created with MrDocs