Template Function operator-=(vector<T>&, const vector<T>&)

Function Documentation

template<typename T>
void operator-=(vector<T> &y, const vector<T> &x)

Subtracts a vector to an existing one: y -= x.