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

◆ operator++()

template<class T >
Tvalue tfxx::RangeListStepper< T >::operator++ ( )
inline

step forward and return current value

Definition at line 127 of file rangelist.h.

References tfxx::RangeListStepper< T >::next().

127 { return(this->next()); }
Tvalue next()
step forward and return current value
Definition: rangelist.h:111
Here is the call graph for this function: