BioDynaMo
v1.05.120-25dc9790
|
#include <functor.h>
Subclass of bdm::Functor
that wraps a lambda with the same signature and forwards the call to the lambda.
Together with the function bdm::L2F
this class allows to define new functors exactly were they are needed and doesn't require the definition of a new class.