Top Categories
Function Objects (Functors) In C++ STL | C++ Tutorials for Beginners #74
- Category:
- Sub Category:
Function Objects in C++: A functor is pretty much just a class which defines the operator() that lets you create objects which "look like" a function