rbegin overloads
Synopses
Declared in <bslstl_deque.h>
Return a reverse iterator providing modifiable access to the last element in this deque, and the past‐the‐end reverse iterator if this deque is empty.
Same as the related overload above for rbegin.
Return Value
-
reverse iterator to the last element, or past‐the‐end if empty
-
const reverse iterator to the last element, or past‐the‐end if empty
Created with MrDocs