BloombergLP::bdlmt::swap

Swap the contents of a and b.

Synopsis

Declared in <bdlmt_signaler.h>

void
swap(
    SignalerConnection& a,
    SignalerConnection& b) noexcept;

Description

Swap the contents of the specified a and b. Throws nothing.

Parameters

NameDescription
afirst connection
bsecond connection