boost::corosio::tcp_server::operator=

Move assign from another server.

Synopses

Copy assignment operator

tcp_server&
operator=(tcp_server const& other) = delete;

Move assign from another server.

tcp_server&
operator=(tcp_server&& o) noexcept;

Return Value

*this.

Parameters

Name

Description

o

The source server. After the move, o is in a valid but unspecified state.

Created with MrDocs