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