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 97 of file range.h.

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