Return a reverse iterator providing non‐modifiable access to the last character of this string (or the past‐the‐end reverse iterator if this string is empty).
Synopsis
Declared in <bslstl_string.h>
const_reverse_iterator
crbegin() const noexcept;
Created with MrDocs