Exchange the contents of this container with another.
Synopsis
Declared in <util/bitdeque.h>
void
swap(bitdeque& other) noexcept;
Parameters
Name |
Description |
other |
Container to swap contents with. |
Created with MrDocs