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;
Swap the contents of the specified a and b. Throws nothing.
void
swap(
SignalerConnectionGuard& a,
SignalerConnectionGuard& b) noexcept;
Created with MrDocs