Returns a const iterator past the last element.

Synopsis

Declared in <absl/container/chunked_queue.h>

const_iterator
end() const;

Return Value

A const iterator to the end of the queue.

Created with MrDocs