Move‐construct a deque.
Declared in <util/vecdeque.h>
<util/vecdeque.h>
VecDeque(VecDeque&& other) noexcept;
Name
Description
other
The deque to move elements from.
Created with MrDocs