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

◆ Browser()

template<class C>
aff::Browser< C >::Browser ( const Tcontainer c)
inline

only this constructor

Definition at line 156 of file iterator.h.

156  :
157  Mstepper(c.shape()), Mrepresentation(c.representation()) { }
Tstepper Mstepper
Stepper to use.
Definition: iterator.h:188
Trepresentation Mrepresentation
Representation to access.
Definition: iterator.h:190