cpp-operator-definition   [plain text]


Value operator+(Value LEFT, Value RIGHT)
{
	ChangeMe;
}