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