bsl::basic_string<char>::rbegin

rbegin overloads

Synopses

Declared in <bslstl_string.h>

Return a reverse iterator referring to the last character in this modifiable string (or the past-the-end reverse iterator if this string is empty).

reverse_iterator
rbegin() noexcept;
» more...

Return a reverse iterator providing non-modifiable access to the last character of this string.

const_reverse_iterator
rbegin() const noexcept;
» more...