Changeset 966 for trunk/yat/utility/Iterator.h
- Timestamp:
- Oct 11, 2007, 7:01:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Iterator.h
r936 r966 157 157 \brief Equality operator 158 158 159 \return True if \a lhs and \ rhs are pointing to same element159 \return True if \a lhs and \a rhs are pointing to same element 160 160 */ 161 161 friend bool operator==(const Iterator<return_type, Container>& lhs, … … 166 166 \brief Non-equality operator 167 167 168 \return False if \a lhs and \ rhs are pointing to same element168 \return False if \a lhs and \a rhs are pointing to same element 169 169 */ 170 170 friend bool operator!=(const Iterator<return_type, Container>& lhs,
Note: See TracChangeset
for help on using the changeset viewer.