Returns an iterator to the first element.

Synopsis

Declared in <absl/container/chunked_queue.h>

iterator
begin();

Return Value

An iterator to the beginning of the queue.

Created with MrDocs