Swap the contents of *this and other.
Synopsis
Declared in <bdlmt_signaler.h>
void
swap(SignalerConnectionGuard& other) noexcept;
Description
Swap the contents of *this and the specified other. Throws nothing.
Parameters
Name |
Description |
other |
guard with which to swap |
Created with MrDocs