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

◆ operator--()

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

synonym for decrement

Definition at line 175 of file iterator.h.

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

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