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