BioDynaMo  v1.05.119-a4ff3934
bdm::LambdaFunctor< TLambda > Struct Template Reference

#include <functor.h>

Detailed Description

template<typename TLambda>
struct bdm::LambdaFunctor< TLambda >

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.

Definition at line 37 of file functor.h.


The documentation for this struct was generated from the following file: