1#ifndef joedb_Blob_declared
2#define joedb_Blob_declared
16 explicit Blob(int64_t position, int64_t size):
26 bool is_null()
const {
return position == 0;}
30 int64_t
get_size() const noexcept {
return size;}
31 int64_t
get_end() const noexcept {
return position + size;}
Blob(int64_t position, int64_t size)
int64_t get_position() const noexcept
int64_t get_end() const noexcept
bool operator<(Blob blob) const
int64_t get_size() const noexcept