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