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