boost::corosio::tcp_acceptor::operator=
Move assignment operator.
Synopses
Declared in <boost/corosio/tcp_acceptor.hpp>
Copy assignment operator
tcp_acceptor&
operator=(tcp_acceptor const& other) = delete;
Move assignment operator.
Exceptions
Name |
Thrown on |
|
if the acceptors have different execution contexts. |
Parameters
| Name | Description |
|---|---|
other |
The acceptor to move from. |
Created with MrDocs