front overloads
Declared in <util/vecdeque.h>
Get a mutable reference to the first element of the deque. Requires !empty().
T&
front() noexcept;
» more...
Get a const reference to the first element of the deque. Requires !empty().
T const&
front() const noexcept;
» more...