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

Constructor for symlink_handle More...

#include "symlink_handle.hpp"

Public Member Functions

result< symlink_handleoperator() () const noexcept
 

Public Attributes

const path_handlebase
 
symlink_handle::path_view_type _path
 
symlink_handle::mode _mode {symlink_handle::mode::read}
 
symlink_handle::creation _creation {symlink_handle::creation::open_existing}
 

Detailed Description

Constructor for symlink_handle

Member Function Documentation

◆ operator()()

result< symlink_handle > llfio_v2_xxx::construct< symlink_handle >::operator() ( ) const
inlinenoexcept
526{ return symlink_handle::symlink(base, _path, _mode, _creation); }

Member Data Documentation

◆ _creation

symlink_handle::creation llfio_v2_xxx::construct< symlink_handle >::_creation {symlink_handle::creation::open_existing}
525{symlink_handle::creation::open_existing};

◆ _mode

symlink_handle::mode llfio_v2_xxx::construct< symlink_handle >::_mode {symlink_handle::mode::read}
524{symlink_handle::mode::read};

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