BloombergLP::bdlmt::SignalerConnection::operator=

Assignment operators

Synopses

Declared in <bdlmt_signaler.h>

Make this connection refer to and assume management of the same slot (if any) as the specified rhs connection. Return *this.

SignalerConnection&
operator=(SignalerConnection const& rhs);
» more...

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.

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