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

◆ last() [1/2]

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

access end of range

Definition at line 65 of file range.h.

Referenced by tfxx::Range< Tvalue >::contains(), tfxx::Range< Tvalue >::expand(), tfxx::Range< Tvalue >::isinside(), tfxx::RangeStepper< Tvalue >::more(), operator<<(), tfxx::Range< Tvalue >::shrink(), and tfxx::RangeStepper< Tvalue >::valid().

65 { return Mlast; }
Tvalue Mlast
end of range.
Definition: range.h:104
Here is the caller graph for this function: