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

Constructor for map_handle More...

#include "map_handle.hpp"

Public Member Functions

result< map_handleoperator() () const noexcept
 

Public Attributes

section_handlesection
 
map_handle::size_type bytes = 0
 
map_handle::extent_type offset = 0
 
section_handle::flag _flag = section_handle::flag::readwrite
 

Detailed Description

Constructor for map_handle

Member Function Documentation

◆ operator()()

result< map_handle > llfio_v2_xxx::construct< map_handle >::operator() ( ) const
inlinenoexcept
924{ return map_handle::map(section, bytes, offset, _flag); }
static result< map_handle > map(size_type bytes, bool zeroed=false, section_handle::flag _flag=section_handle::flag::readwrite) noexcept
Definition map_handle.hpp:633

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