boost::buffers::io_result
Result of an asynchronous I/O operation.
Synopsis
Declared in <boost/buffers/any_stream.hpp>
struct io_result;
Data Members
Name |
Description |
Number of bytes transferred. |
|
The error code, if any occurred. |
Created with MrDocs