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