Constructors

Synopses

Declared in <bdlmt_signaler.h>

Create a SignalerConnection object having no associated slot.

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;

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.

Created with MrDocs