a) return_type operator(arguments)();
b) return_type operator(arguments);
c) return_type operator()(arguments);
d) return_type operator(Class_name)(arguments);
What is the correct function prototype of () operator overloading?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the correct function prototype of () operator overloading?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!