TF++, Miscellaneous classes and modules in C++:

◆ operator++()

template<class T = int>
Tvalue tfxx::RangeStepper< T >::operator++ ( )
inline

advance to next value and return current value

Definition at line 138 of file range.h.

138 { return(this->next()); }
Tvalue next()
advance to next value and return current value
Definition: range.h:132