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()
Created with MrDocs