我在互联网上找到了这个代码:
Class Book{ Public: void operator()(int Counter) const throw(); }
我的问题是,运算符重载上面的代码使用了什么?
c++ overloading operator-keyword
c++ ×1
operator-keyword ×1
overloading ×1