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