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

◆ shift()

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

shift by n

Definition at line 94 of file range.h.

Referenced by tfxx::Range< Tvalue >::operator+=(), and tfxx::Range< Tvalue >::operator-=().

95  { Mfirst+=n; Mlast+=n; return *this; }
Tvalue Mlast
end of range.
Definition: range.h:104
Tvalue Mfirst
start of range.
Definition: range.h:103
Here is the caller graph for this function: