Assign this connection to refer to the same slot as rhs.
Declared in <bdlmt_signaler.h>
SignalerConnection&
operator=(SignalerConnection const& rhs);
Make this connection refer to and assume management of the same slot (if any) as the specified rhs connection. Return *this.
a reference to this connection
| Name | Description |
|---|---|
| rhs | connection to copy |