absl::chunked_queue::pop_front

Removes the first element of the container.

Synopsis

Declared in <absl/container/chunked_queue.h>

void
pop_front();

Description

Invalidates iterators to the removed element. REQUIRES: !empty()