Get a const reference to the last element of the deque. Requires !empty().
Synopsis
Declared in <util/vecdeque.h>
T const&
back() const noexcept;
Return Value
A const reference to the last element.
Created with MrDocs