Assignment operators
Synopses
Declared in <bdlmt_signaler.h>
Assign this connection to refer to the same slot as rhs.
SignalerConnection&
operator=(SignalerConnection const& rhs);
Move‐assign this connection from rhs, leaving rhs empty.
SignalerConnection&
operator=(bslmf::MovableRef<SignalerConnection> rhs) noexcept;
Return Value
a reference to this connection
Parameters
Name |
Description |
rhs |
connection to copy |
Created with MrDocs