Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 2, 2010, 3:16:08 AM (14 years ago)
Author:
landauf
Message:

added documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/core/Iterator.h

    r7271 r7323  
    200200                @return The Iterator itself
    201201            */
    202             inline Iterator<T> operator++(int i)
     202            inline Iterator<T> operator++(int)
    203203            {
    204204                Iterator<T> copy = *this;
Note: See TracChangeset for help on using the changeset viewer.