
please wait
My question was whether or not an object of a class or a struct which has overloaded this "operator()" function is called functors. |
One particularly useful kind of template is the function object (sometimes called a functor), which is used to define objects that can be called like functions. For example:
The function called operator() implements the ‘‘function call,’’ ‘‘call,’’ or ‘‘application’’ operator (). |