Swap the contents of *this and other.

Synopsis

Declared in <bdlmt_signaler.h>

void
swap(SignalerConnection& other) noexcept;

Description

Swap the contents of *this and the specified other. Throws nothing.

Parameters

Name

Description

other

connection with which to swap

Created with MrDocs