Swap the contents of a and b.
Declared in <bdlmt_signaler.h>
Swap the contents of a and b.
void
swap(
SignalerConnection& a,
SignalerConnection& b) noexcept;
» more...
Swap the contents of a and b.
void
swap(
SignalerConnectionGuard& a,
SignalerConnectionGuard& b) noexcept;
» more...
| Name | Description |
|---|---|
| a | first connection |
| b | second connection |