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

◆ operator-=()

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

shift by -n

Definition at line 100 of file range.h.

101  { return this->shift(-n); }
Range & shift(const Tvalue &n)
shift by n
Definition: range.h:94