コード例 #1
0
 int operator+=(Something& t) 
 {
     return total = total + t.GetCount();
 }