Struct RecordOffset

Struct Documentation

struct RecordOffset

Public Functions

RecordOffset() = default
inline explicit RecordOffset(ByteOffset offset_)
inline RecordOffset(ByteOffset offset_, ByteOffset chunkOffset_)
bool operator==(const RecordOffset &other) const
bool operator>(const RecordOffset &other) const
inline bool operator!=(const RecordOffset &other) const
inline bool operator>=(const RecordOffset &other) const
inline bool operator<(const RecordOffset &other) const
inline bool operator<=(const RecordOffset &other) const

Public Members

ByteOffset offset
std::optional<ByteOffset> chunkOffset