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

◆ last() [2/2]

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

read end of range

Definition at line 69 of file range.h.

69 { return Mlast; }
Tvalue Mlast
end of range.
Definition: range.h:104