AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ incr()

template<class C>
Iterator& aff::Iterator< C >::incr ( )
inline

delegate to stepper

Definition at line 98 of file iterator.h.

References aff::Iterator< C >::Mstepper.

Referenced by aff::Iterator< C >::operator++().

98 { Mstepper.incr(); return(*this); }
Tstepper Mstepper
Stepper to use.
Definition: iterator.h:122
Here is the caller graph for this function: