Appends the given element value to the end of the container.
Declared in <absl/container/chunked_queue.h>
Appends the given element value to the end of the container.
void
push_back(T const& val);
» more...
Appends the given element value to the end of the container.
void
push_back(T&& val);
» more...
| Name | Description |
|---|---|
| val | The value to append. |