how to merge two objects in c++ using STL
class student{ friend student operator+(student&s1,student&s2);//trying to overload + operator to merge two