Page 1 of 1

Which of te following is a built-in example of functors in C++?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) mltiplication<T> f(a1, a2);
b) add<T> f(a1, a2);
c) subtract<T> f(a1, a2);
d) plus<T> f(a1, a2);