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