rbegin

Returns an iterator that is equivalent to

  reverse_iterator(end()). 
  reverse_iterator rbegin();
  const_reverse_iterator rbegin() const;