LLFIO v2.00
Loading...
Searching...
No Matches
llfio_v2_xxx::construct< section_handle > Struct Reference

Constructor for section_handle More...

#include "map_handle.hpp"

Public Member Functions

result< section_handleoperator() () const noexcept
 

Public Attributes

file_handlebacking
 
section_handle::extent_type maximum_size = 0
 
section_handle::flag _flag = section_handle::flag::read | section_handle::flag::write
 

Detailed Description

Constructor for section_handle

Member Function Documentation

◆ operator()()

result< section_handle > llfio_v2_xxx::construct< section_handle >::operator() ( ) const
inlinenoexcept
280{ return section_handle::section(backing, maximum_size, _flag); }
static result< section_handle > section(file_handle &backing, extent_type maximum_size, flag _flag) noexcept
Create a memory section backed by a file.

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