boost::corosio::resolver::operator=

Move assignment operator.

Synopses

Copy assignment operator

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

Move assignment operator.

Exceptions

Name

Thrown on

std::logic_error

if the resolvers have different execution contexts.

Return Value

Reference to this resolver.

Parameters

Name Description

other

The resolver to move from.

Created with MrDocs