front overloads
front
Declared in <absl/container/chunked_queue.h>
<absl/container/chunked_queue.h>
Returns a reference to the first element in the container.
T& front();
Returns a const reference to the first element in the container.
T const& front() const;