Constructors

Synopses

Declared in <bdlmt_signaler.h>

Create a SignalerConnection object having no associated slot.

Create a connection that refers to the same slot as original.

SignalerConnection(SignalerConnection const& original) noexcept;

Move‐construct a connection from original, leaving it empty.

Parameters

Name

Description

original

connection to copy

Created with MrDocs