Constructs a new element in place at the end of the container.

Synopsis

Declared in <prevector.h>

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

Parameters

Name

Description

args

Arguments forwarded to the element's constructor.

Created with MrDocs