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

◆ operator Tvalue()

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

return current value in range list

Definition at line 90 of file rangelist.h.

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

90 { return(this->current()); }
Tvalue current() const
return current value in range list
Definition: rangelist.h:88
Here is the call graph for this function: