LLFIO  v2.00
llfio_v2_xxx::byte_io_multiplexer::io_result< T > Struct Template Reference

The i/o result type used by this handle. Guaranteed to be TrivialType apart from construction. More...

#include "byte_io_multiplexer.hpp"

Inheritance diagram for llfio_v2_xxx::byte_io_multiplexer::io_result< T >:

Public Types

using Base = llfio_v2_xxx::result< T >
 

Public Member Functions

io_resultoperator= (io_result &&)=default
 
 io_result (const io_result &)=default
 
io_resultoperator= (const io_result &)=default
 
 io_result (io_result &&)=default
 
size_type bytes_transferred () noexcept
 Returns bytes transferred.
 

Public Attributes

size_type _bytes_transferred {static_cast<size_type>(-1)}
 

Detailed Description

template<class T>
struct llfio_v2_xxx::byte_io_multiplexer::io_result< T >

The i/o result type used by this handle. Guaranteed to be TrivialType apart from construction.


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