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

◆ current()

template<class T = int>
Tvalue tfxx::RangeStepper< T >::current ( ) const
inline

return current value

Definition at line 124 of file range.h.

Referenced by tfxx::RangeListStepper< T >::current(), tfxx::RangeStepper< Tvalue >::next(), and tfxx::RangeStepper< Tvalue >::operator Tvalue().

124 { return(Mcurrent); }
Tvalue Mcurrent
Definition: range.h:142
Here is the caller graph for this function: