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