boost::corosio::io_object::io_object
Construct an I/O object bound to the given context.
Synopsis
Declared in <boost/corosio/io_object.hpp>
explicit
io_object(capy::execution_context& ctx) noexcept;
Parameters
| Name | Description |
|---|---|
ctx |
The object to copy construct from |
Created with MrDocs