|  | Home | Libraries | People | FAQ | More | 
Return a reverse iterator to the first character of the reversed container.
const_reverse_iterator rbegin() const;
            Returns the pointed-to character that corresponds to the last character
            of the non-reversed container. If the container is empty, rend()
            is returned.
          
Constant.
No-throw guarantee.