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