Move‐construct a new element at the beginning of the deque.
Synopsis
Declared in <util/vecdeque.h>
void
push_front(T&& elem);
Parameters
Name |
Description |
elem |
The element to move to the front. |
Created with MrDocs