QuickFunctor is a C++ functor library with many
improvements over the standard-provided
implementation, as well as over some competing
implementations in Boost, TR1, or Loki. Its strong
points are arithmetic/boolean expressions with
functors, a pretty complete set of operations to
create new functors from existing ones, simplicity
of types used, the ability to deal with an
arbitrary number of parameters for functors, the
ability to create a functor out of pretty much
anything, and more.
License: MIT/X Consortium License
Changes:
This release adds some open issues and other small
documentation
clarifications.