Return a reverse iterator to the last element.
Synopsis
Declared in <bslstl_vector.h>
vector<VALUE_TYPE*, ALLOCATOR>::reverse_iterator
rbegin() noexcept;
Return Value
reverse iterator providing modifiable access to the last element, or past‐the‐end if empty
Created with MrDocs