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