Beispiel #1
0
Test operator+(int lval, const Test& rval){
	int tmp;
	tmp = lval + rval.GetData();
	return Test(tmp);
}