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

◆ decr()

template<class C>
Browser& aff::Browser< C >::decr ( )
inline

delegate to stepper

Definition at line 165 of file iterator.h.

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

Referenced by aff::Browser< C >::operator--().

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