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

Constructor for file_handle More...

#include "file_handle.hpp"

Public Member Functions

result< file_handleoperator() () const noexcept
 

Public Attributes

const path_handlebase
 
file_handle::path_view_type _path
 
file_handle::mode _mode = file_handle::mode::read
 
file_handle::creation _creation = file_handle::creation::open_existing
 
file_handle::caching _caching = file_handle::caching::all
 
file_handle::flag flags = file_handle::flag::none
 

Detailed Description

Constructor for file_handle

Member Function Documentation

◆ operator()()

result< file_handle > llfio_v2_xxx::construct< file_handle >::operator() ( ) const
inlinenoexcept
415{ return file_handle::file(base, _path, _mode, _creation, _caching, flags); }
static result< file_handle > file(const path_handle &base, path_view_type path, mode _mode=mode::read, creation _creation=creation::open_existing, caching _caching=caching::all, flag flags=flag::none) noexcept

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