单项选择题

下列运算符函数中,肯定不属于类Value的成员函数的是( )。

A.Value operator+(Value);
B.Value operator-(Value,Value);
C.Value operator*(int);
D.Value operator/(Value);