boost::capy::io_result<>
Result type for void operations.
Synopsis
Declared in <boost/capy/io_result.hpp>
template<>
struct io_result<>;
Description
Used by operations like connect() that don't return a value beyond success/failure. This specialization is not an aggregate to enable implicit conversion from error_code.