VecDeque::push_front

Copy-construct a new element at the beginning of the deque.

Synopsis

Declared in <util/vecdeque.h>

void
push_front(T const& elem);

Parameters

NameDescription
elemThe element to copy to the front.