Constructors
Declared in <bdlmt_signaler.h>
Create a SignalerConnection object having no associated slot.
SignalerConnection();
» more...
Create a SignalerConnection object that refers to and assumes management of the same slot (if any) as the specified original object. Throws nothing.
SignalerConnection(SignalerConnection const& original) noexcept;
» more...
Create a SignalerConnection object that refers to and assumes management of the same slot (if any) as the specified original object, and reset original to a default-constructed state. Throws nothing.
SignalerConnection(bslmf::MovableRef<SignalerConnection> original) noexcept;
» more...