BloombergLP::bdlmt::swap

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

Synopses

Declared in <bdlmt_signaler.h>

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

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

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

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