BioDynaMo  v1.05.120-25dc9790
Classes | Namespaces | Functions
functor.h File Reference
#include <utility>
Include dependency graph for functor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bdm::Functor< TReturn, TArgs >
 
struct  bdm::LambdaFunctor< TLambda >
 
struct  bdm::LambdaFunctor< TReturn(TLambda::*)(TArgs...) const >
 
struct  bdm::LambdaFunctor< TReturn(TLambda::*)(TArgs...)>
 

Namespaces

 bdm
 

Functions

template<typename TLambda >
LambdaFunctor< decltype(&TLambda::operator())> bdm::L2F (const TLambda &l)