Appends the given element value to the end of the container.
Declared in <absl/container/chunked_queue.h>
void
push_back(T const& val);
Invalidates end() iterator. References to other elements remain valid.
| Name | Description |
|---|---|
| val | The value to append. |