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

◆ Iterator()

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

only this constructor

Definition at line 90 of file iterator.h.

90  :
91  Mstepper(c.shape()), Mrepresentation(c.representation()) { }
Trepresentation Mrepresentation
Representation to access.
Definition: iterator.h:124
Tstepper Mstepper
Stepper to use.
Definition: iterator.h:122