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;

Created with MrDocs