boost::corosio::io_stream::operator=
Move assign from another I/O object.
Synopses
Declared in <boost/corosio/io/io_object.hpp>
Copy assignment operator
io_object&
operator=(io_object const& other) = delete;
Copy assignment operator
io_read_stream&
operator=(io_read_stream const& other) = delete;
Copy assignment operator
io_write_stream&
operator=(io_write_stream const& other) = delete;
Move assign from another I/O object.
io_object&
operator=(io_object&& other) noexcept;
Move assignment operator
io_read_stream&
operator=(io_read_stream&& other) noexcept = delete;
Move assignment operator
io_write_stream&
operator=(io_write_stream&& other) noexcept = delete;
Created with MrDocs