LLFIO  v2.00
llfio_v2_xxx::file_handle::extent_pair Struct Reference

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.
 

Detailed Description

A pair of valid extents.


The documentation for this struct was generated from the following file: