|
BioDynaMo
v1.05.125-2619fe54
|
#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.
1.8.17