Swap two deques.
Declared in <util/vecdeque.h>
<util/vecdeque.h>
void swap(VecDeque& other) noexcept;
Name
Description
other
The deque to exchange contents with.
Created with MrDocs