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