Template Function operator+(const vector<T>&, const vector<T>&)¶ Defined in File vector_num.hpp Function Documentation¶ template<typename T>inline vector<T> operator+(const vector<T> &x, const vector<T> &y)¶ adds two vectors : returns x + y