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