LLFIO  v2.00
llfio_v2_xxx::symlink_handle::io_request< buffers_type, ____ > Struct Template Reference

Specialisation for reading symlinks. More...

#include "symlink_handle.hpp"

Public Member Functions

constexpr io_request (span< char > _kernelbuffer)
 Construct a request to read a link with optionally specified kernel buffer.
 
template<class... Args, typename std::enable_if<(std::is_constructible< span< char >, Args... >::value), bool >::type = true>
constexpr io_request (Args &&...args) noexcept
 Convenience constructor constructing from anything a span<char> can construct from.
 

Public Attributes

span< char > kernelbuffer {}
 

Detailed Description

template<bool ____>
struct llfio_v2_xxx::symlink_handle::io_request< buffers_type, ____ >

Specialisation for reading symlinks.


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