6 #ifndef KAGOME_WRITE_BATCH_HPP 7 #define KAGOME_WRITE_BATCH_HPP 18 template <
typename K,
typename V>
24 virtual outcome::result<void>
commit() = 0;
29 virtual void clear() = 0;
34 #endif // KAGOME_WRITE_BATCH_HPP virtual outcome::result< void > commit()=0
Writes batch.
An abstraction over a storage, which can be used for batch writes.
An mixin for modifiable map.
virtual void clear()=0
Clear batch.