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;

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

const_reverse_iterator
rbegin() const noexcept;

Created with MrDocs