boost::corosio::tcp_acceptor::operator=

Move assignment operator.

Synopses

Copy assignment operator

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

Move assignment operator.

Exceptions

Name

Thrown on

std::logic_error

if the acceptors have different execution contexts.

Return Value

Reference to this acceptor.

Parameters

Name Description

other

The acceptor to move from.

Created with MrDocs