Looking ahead in an stl iterator requires an application of


Looking ahead in an STL iterator requires an application of operator++, which in turn advances the iterator. In some cases looking at the next item in the list, without advancing to it, may be preferable. Write the member function with the declaration const_iterator operator+( int k ) const; to facilitate this in a general case. The binary operator+ returns an iterator that corresponds to k positions ahead of current.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Looking ahead in an stl iterator requires an application of
Reference No:- TGS01274503

Expected delivery within 24 Hours