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);
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;
Created with MrDocs