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

Synopses

Declared in <absl/container/chunked_queue.h>

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

void
push_back(T const& val);

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

void
push_back(T&& val);

Parameters

Name

Description

val

The value to append.

Created with MrDocs