Return a reverse iterator providing non‐modifiable access to the last character of this string.
Synopsis
Declared in <bslstl_string.h>
const_reverse_iterator
rbegin() const noexcept;
Return Value
reverse iterator to the last character
Created with MrDocs