What are C++ functors and their uses?
11:33 10 Dec 2008

I keep hearing a lot about functors in C++. Can someone give me an overview as to what they are and in what cases they would be useful?

c++ functor function-object function-call-operator