prevector::emplace_back

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

NameDescription
argsArguments forwarded to the element's constructor.