Constructs a new element in place at the end.
Declared in <folly/Padded.h>
template<typename... Args>
void
emplace_back(Args&&... args);
| Name | Description |
|---|---|
| Args | The constructor argument types. |
| Name | Description |
|---|---|
| args | The arguments forwarded to the element constructor. |