Returns a const reference to the first element in the container.
Synopsis
Declared in <absl/container/chunked_queue.h>
T const&
front() const;
Description
REQUIRES: !empty()
Return Value
A const reference to the first element.
Created with MrDocs