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

◆ tolast()

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

delegate to stepper

Definition at line 101 of file iterator.h.

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

101 { Mstepper.tolast(); return(*this); }
Tstepper Mstepper
Stepper to use.
Definition: iterator.h:122