Erases all elements from the container.
Declared in <absl/container/chunked_queue.h>
<absl/container/chunked_queue.h>
void clear();
Note: Leaves one empty block allocated as an optimization. To free all memory, call shrink_to_fit() after calling clear().