Changeset 7323 for code/branches/doc/src/libraries/core/Iterator.h
- Timestamp:
- Sep 2, 2010, 3:16:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/Iterator.h
r7271 r7323 200 200 @return The Iterator itself 201 201 */ 202 inline Iterator<T> operator++(int i)202 inline Iterator<T> operator++(int) 203 203 { 204 204 Iterator<T> copy = *this;
Note: See TracChangeset
for help on using the changeset viewer.