folly::padded::Adaptor::emplace_back

Constructs a new element in place at the end.

Synopsis

Declared in <folly/Padded.h>

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

Template Parameters

NameDescription
ArgsThe constructor argument types.

Parameters

NameDescription
argsThe arguments forwarded to the element constructor.