absl::chunked_queue::push_back

Appends the given element value to the end of the container.

Synopsis

Declared in <absl/container/chunked_queue.h>

void
push_back(T const& val);

Description

Invalidates end() iterator. References to other elements remain valid.

Parameters

NameDescription
valThe value to append.