VecDeque::push_back

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

Synopsis

Declared in <util/vecdeque.h>

void
push_back(T&& elem);

Parameters

NameDescription
elemThe element to move to the back.