Move‐construct a connection from original, leaving it empty.
Synopsis
Declared in <bdlmt_signaler.h>
SignalerConnection(bslmf::MovableRef<SignalerConnection> original) noexcept;
Description
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.
Parameters
Name |
Description |
original |
connection to move from |
Created with MrDocs