BloombergLP::bdlmt::swap

Swap the contents of a and b.

Synopses

Declared in <bdlmt_signaler.h>

Swap the contents of a and b.

void
swap(
    SignalerConnection& a,
    SignalerConnection& b) noexcept;
» more...

Swap the contents of a and b.

void
swap(
    SignalerConnectionGuard& a,
    SignalerConnectionGuard& b) noexcept;
» more...

Parameters

NameDescription
afirst connection
bsecond connection