Top Categories

Function Objects (Functors) In C++ STL | C++ Tutorials for Beginners #74
  • Category:
  • Sub Category:
No Views

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 

Comments

You Might Be Interested In