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

◆ operator*()

template<class C>
Treference aff::Browser< C >::operator* ( ) const
inline

access element

Definition at line 179 of file iterator.h.

References aff::Browser< C >::Mrepresentation, and aff::Browser< C >::Mstepper.

180  { return(Mrepresentation[Mstepper.current()]); }
Tstepper Mstepper
Stepper to use.
Definition: iterator.h:188
Trepresentation Mrepresentation
Representation to access.
Definition: iterator.h:190