Move-construct a connection from original, leaving it empty.
Declared in <bdlmt_signaler.h>
SignalerConnection(bslmf::MovableRef<SignalerConnection> 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.
| Name | Description |
|---|---|
| original | connection to move from |