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

◆ operator Tvalue()

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

return current value

Definition at line 122 of file range.h.

122 { return(this->current()); }
Tvalue current() const
return current value
Definition: range.h:124