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

◆ first() [2/2]

template<class T = int>
const Tvalue& tfxx::Range< T >::first ( ) const
inline

read start of range

Definition at line 67 of file range.h.

67 { return Mfirst; }
Tvalue Mfirst
start of range.
Definition: range.h:103