A very simple question, but I couldn't find a definitive answer in the literature. Functors provide you with the function call syntax:
Expand|Select|Wrap|Line Numbers
- foo(1, 2, 3)
Expand|Select|Wrap|Line Numbers
- fooPtr->operator()(1, 2, 3)
Regards,
Paul