Template Function operator-=(vector<T>&, const vector<T>&)¶ Defined in File vector_num.hpp Function Documentation¶ template<typename T>void operator-=(vector<T> &y, const vector<T> &x)¶ Subtracts a vector to an existing one: y -= x.