Returns a const iterator to the first element.
Synopsis
Declared in <absl/container/chunked_queue.h>
const_iterator
cbegin() const;
Return Value
A const iterator to the beginning of the queue.
Created with MrDocs