Function Object or Functors

Function Objects also known as functors, these are objects that can be called as if they were functions. They are often used to customize the behavior of algorithms

Last updated