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

Synopsis

Declared in <util/vecdeque.h>

void
push_back(T&& elem);

Parameters

Name

Description

elem

The element to move to the back.

Created with MrDocs