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