Estimates the on-disk size of the entries in the given key range.
Declared in <dbwrapper.h>
template<typename K>
size_t
EstimateSize(
K const& key_begin,
K const& key_end) const;
The estimated size in bytes of the key range.
| Name | Description |
|---|---|
| key_begin | The inclusive start of the key range. |
| key_end | The exclusive end of the key range. |