Removes the first element of the container.
Declared in <absl/container/chunked_queue.h>
<absl/container/chunked_queue.h>
void pop_front();
Invalidates iterators to the removed element. REQUIRES: !empty()