boost::corosio::io_object::operator=
Move assign from another I/O object.
Synopsis
Declared in <boost/corosio/io/io_object.hpp>
io_object&
operator=(io_object&& other) noexcept;
Parameters
| Name | Description |
|---|---|
other |
The object to move assign from |
Created with MrDocs