Page 1 of 1

What is the correct function prototype of () operator overloading?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) return_type operator(arguments)();
b) return_type operator(arguments);
c) return_type operator()(arguments);
d) return_type operator(Class_name)(arguments);