Create a connection that refers to the same slot as original.
Synopsis
Declared in <bdlmt_signaler.h>
SignalerConnection(SignalerConnection const& original) noexcept;
Description
Create a SignalerConnection object that refers to and assumes management of the same slot (if any) as the specified original object. Throws nothing.
Parameters
Name |
Description |
original |
connection to copy |
Created with MrDocs