Using Function Objects (Functors) in STL / C++ Andy 20 August 2011 C++ / MFC / STL 1 Comment Generically, function objects (or functors) are class instances whose member function operator() has been defined. This member function allows the object to be used with the same syntax as a … Read More...