BloombergLP::bdlmt::SignalerConnection::operator=

Move-assign this connection from rhs, leaving rhs empty.

Synopsis

Declared in <bdlmt_signaler.h>

SignalerConnection&
operator=(bslmf::MovableRef<SignalerConnection> rhs) noexcept;

Description

Make this connection refer to and assume management of the same slot (if any) as the specified rhs connection, and reset rhs to a default-constructed state. Return *this. Throws nothing.

Return Value

a reference to this connection

Parameters

NameDescription
rhsconnection to move from