Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
boost::mqtt5::mqtt_client::operator=

Move assignment operator.

Synopsis
boost::mqtt5::mqtt_client&
operator=(
    boost::mqtt5::mqtt_client&& other) noexcept;
Description

Cancels this client first.


PrevUpHomeNext