LLFIO
v2.00
|
The i/o result type used by this handle. Guaranteed to be TrivialType
apart from construction.
More...
#include "byte_io_multiplexer.hpp"
Public Types | |
using | Base = llfio_v2_xxx::result< T > |
Public Member Functions | |
io_result & | operator= (io_result &&)=default |
io_result (const io_result &)=default | |
io_result & | operator= (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)} |
The i/o result type used by this handle. Guaranteed to be TrivialType
apart from construction.