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

a) mltiplication<T> f(a1, a2);
b) add<T> f(a1, a2);
c) subtract<T> f(a1, a2);
d) plus<T> f(a1, a2);

1 thought on “Which of te following is a built-in example of functors in C++?”

Leave a Comment