Construct a new element at the end of the deque.

Synopsis

Declared in <util/vecdeque.h>

template<typename... Args>
void
emplace_back(Args&&... args);

Parameters

Name

Description

args

Arguments forwarded to the constructor of the new element.

Created with MrDocs