BloombergLP::bdlmt::SignalerConnection::SignalerConnection

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

NameDescription
originalconnection to move from