Return an STL‐compatible reverse iterator to the prior‐to‐the‐beginning character of the string bound to this string reference or rbegin() if the string reference is empty. The iterator remains valid as long as this object is valid and is bound to the same string.
Synopsis
Declared in <bslstl_stringref.h>
Created with MrDocs