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

◆ operator--()

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

synonym for decrement

Definition at line 109 of file iterator.h.

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

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