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;

Swap the contents of a and b.

Parameters

Name

Description

a

first connection

b

second connection

Created with MrDocs