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

◆ tolast()

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

delegate to stepper

Definition at line 167 of file iterator.h.

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

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