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

Synopsis

Declared in <util/vecdeque.h>

void
push_back(T const& elem);

Parameters

Name

Description

elem

The element to copy to the back.

Created with MrDocs