libsigc++
2.3.1
|
Abstracts lambda functionality. More...
#include <sigc++/adaptors/lambda/base.h>
Abstracts lambda functionality.
Objects of this type store a value that may be of type lambda itself. In this case, operator()() executes the lambda (a lambda is always a functor at the same time). Otherwise, operator()() simply returns the stored value.