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

◆ more()

template<class T = int>
bool tfxx::RangeStepper< T >::more ( ) const
inline

true if stepper will still be in range after next advance

Definition at line 130 of file range.h.

Referenced by tfxx::RangeListStepper< T >::more(), and tfxx::RangeListStepper< T >::next().

130 { return(Mcurrent<=(Mrange.last()-Mstepsize)); }
Tvalue & last()
access end of range
Definition: range.h:65
Tvalue Mcurrent
Definition: range.h:142
Trange Mrange
Definition: range.h:140
Tvalue Mstepsize
Definition: range.h:141
Here is the caller graph for this function: