boost::asio::basic_readable_pipe::operator=
Assignment operators
Synopses
Declared in <boost/asio/basic_readable_pipe.hpp>
Move‐assign a basic_readable_pipe from another.
Move‐assign a basic_readable_pipe from a pipe of another executor type.
template<typename Executor1>
basic_readable_pipe&
operator=(basic_readable_pipe<Executor1>&& other);
Parameters
Name |
Description |
other |
The other basic_readable_pipe object from which the move will occur. |
Created with MrDocs