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

◆ operator++()

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

synonym for increment

Definition at line 171 of file iterator.h.

References aff::Browser< C >::incr().

172  { return(this->incr()); }
Browser & incr()
delegate to stepper
Definition: iterator.h:164
Here is the call graph for this function: