rend
Syntax:
#include <deque> reverse_iterator rend(); const_reverse_iterator rend() const;
The function rend() returns a reverse_iterator to the beginning of the current dequeue.
rend() runs in constant time.
Related topics:
#include <deque> reverse_iterator rend(); const_reverse_iterator rend() const;
The function rend() returns a reverse_iterator to the beginning of the current dequeue.
rend() runs in constant time.