[#CDBBatch-Write] = xref:CDBBatch.adoc[CDBBatch]::Write :relfileprefix: ../ :mrdocs: Queues a write of the given key and value into the batch. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename K, typename V> void Write( K const& key, V const& value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *key* | The key to write. | *value* | The value to associate with the key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#