BloombergLP::bdlmt::swap

Swap the contents of a and b.

Synopsis

Declared in <bdlmt_signaler.h>

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

Description

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

Parameters

NameDescription
afirst connection guard
bsecond connection guard