Create a connection that refers to the same slot as original.
Declared in <bdlmt_signaler.h>
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. Throws nothing.
| Name | Description |
|---|---|
| original | connection to copy |