Quote Originally Posted by RoboTact
What the functor is? I always thought this word means "pointer to function"... There are also those "functors" from STL <functional> though.
"Functors" are usually understood as being function-objects. That is, objects of classes which have their operator () overloaded.