Forward Iterator Interface Proper Type Operations: bool operator == (const Iterator& I2); bool operator != (const Iterator& I2); Iterator& operator = (const Iterator&); const T& operator *() const; T& operator *(); Iterator& operator ++(); Iterator operator ++(int);
bool operator == (const Iterator& I2); bool operator != (const Iterator& I2); Iterator& operator = (const Iterator&); const T& operator *() const; T& operator *(); Iterator& operator ++(); Iterator operator ++(int);