boost::capy::io_result<T1>
Result type for byte transfer operations.
Synopsis
Declared in <boost/capy/io_result.hpp>
template<typename T1>
struct io_result<T1>;
Description
Used by operations like read_some() and write_some() that return the number of bytes transferred.