CDBBatch::Write

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

NameDescription
keyThe key to write.
valueThe value to associate with the key.