Assignment operators
Declared in <bdlmt_signaler.h>
Assign this connection to refer to the same slot as rhs.
SignalerConnection&
operator=(SignalerConnection const& rhs);
» more...
Move-assign this connection from rhs, leaving rhs empty.
SignalerConnection&
operator=(bslmf::MovableRef<SignalerConnection> rhs) noexcept;
» more...
a reference to this connection
| Name | Description |
|---|---|
| rhs | connection to copy |