const_iterator begin() const; iterator begin();
The member function returns an iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).