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

◆ valid()

template<class C>
bool aff::Iterator< C >::valid ( ) const
inline

delegate to stepper

Definition at line 97 of file iterator.h.

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

Referenced by aff::func::util::mapvalues().

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