VecDeque::push_back

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

Synopsis

Declared in <util/vecdeque.h>

void
push_back(T const& elem);

Parameters

NameDescription
elemThe element to copy to the back.