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

Name

Description

a

first connection guard

b

second connection guard

Created with MrDocs