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

Constructor for fast_random_file_handle More...

#include "fast_random_file_handle.hpp"

Public Member Functions

result< fast_random_file_handleoperator() () const noexcept
 

Public Attributes

fast_random_file_handle::extent_type bytes {(fast_random_file_handle::extent_type) -1}
 
fast_random_file_handle::mode _mode {fast_random_file_handle::mode::read}
 
span< const byte > seed {}
 

Detailed Description

Constructor for fast_random_file_handle

Member Function Documentation

◆ operator()()

result< fast_random_file_handle > llfio_v2_xxx::construct< fast_random_file_handle >::operator() ( ) const
inlinenoexcept
315{ return fast_random_file_handle::fast_random_file(bytes, _mode, seed); }
static result< fast_random_file_handle > fast_random_file(extent_type bytes=(extent_type) -1, mode _mode=mode::read, span< const byte > seed={}) noexcept
Definition fast_random_file_handle.hpp:201

Member Data Documentation

◆ _mode

fast_random_file_handle::mode llfio_v2_xxx::construct< fast_random_file_handle >::_mode {fast_random_file_handle::mode::read}
313{fast_random_file_handle::mode::read};

◆ bytes

fast_random_file_handle::extent_type llfio_v2_xxx::construct< fast_random_file_handle >::bytes {(fast_random_file_handle::extent_type) -1}
312{(fast_random_file_handle::extent_type) -1};

◆ seed

span<const byte> llfio_v2_xxx::construct< fast_random_file_handle >::seed {}
314{};

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