单项选择题

将前缀运算符“--”重载为非成员函数,下列原型中能正确用于类中说明的是______。

A.Decr&operator--(int);
B.Decr operator--(Decr&,int);
C.friend Decr&operator--(Decr&);
D.friend Decr operator--(Decr&,int);