stores offset and size used to indicate a byte range
byte_range_info & operator=(byte_range_info const &other) noexcept=default
Copy assignment operator.
byte_range_info(byte_range_info const &other) noexcept=default
Copy constructor.
bool is_empty() const
Returns whether the span is empty.
byte_range_info(int64_t offset, int64_t size)
Constructs a byte_range_info object.