LLFIO
v2.00
|
A pair of valid extents. More...
#include "file_handle.hpp"
Public Member Functions | |
constexpr | extent_pair (extent_type _offset, extent_type _length) |
bool | operator== (const extent_pair &o) const noexcept |
bool | operator!= (const extent_pair &o) const noexcept |
bool | operator< (const extent_pair &o) const noexcept |
Public Attributes | |
extent_type | offset {(extent_type) -1} |
The offset of where the valid extent begins. | |
extent_type | length {(extent_type) -1} |
The number of valid bytes in the valid extent. | |
A pair of valid extents.