class const_iterator: public map< T, int >::const_iterator
{
.............
};
Currently i am reading Data Structures with C++ using STL. In the source code i found the above mentioned line of code but i do not understand the meaning of this line. Kindly explain this line.