VecDeque::front

Get a const reference to the first element of the deque. Requires !empty().

Synopsis

Declared in <util/vecdeque.h>

T const&
front() const noexcept;

Return Value

A const reference to the first element.