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

Constructor for directory_handle More...

#include "directory_handle.hpp"

Public Member Functions

result< directory_handleoperator() () const noexcept
 

Public Attributes

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

Detailed Description

Constructor for directory_handle

Member Function Documentation

◆ operator()()

result< directory_handle > llfio_v2_xxx::construct< directory_handle >::operator() ( ) const
inlinenoexcept
451{ return directory_handle::directory(base, _path, _mode, _creation, _caching, flags); }
static result< directory_handle > directory(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: