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

◆ first() [1/2]

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

access start of range

Definition at line 63 of file range.h.

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

63 { return Mfirst; }
Tvalue Mfirst
start of range.
Definition: range.h:103
Here is the caller graph for this function: