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