VecDeque::push_front

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

Synopsis

Declared in <util/vecdeque.h>

void
push_front(T&& elem);

Parameters

NameDescription
elemThe element to move to the front.