CHROMA
|
Generic functor class. More...
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::Private | |
Macros | |
#define | DEFINE_CLONE_FUNCTORIMPL(Cls) virtual Cls* DoClone() const { return new Cls(*this); } |
Functions | |
template<class Fctor > | |
Private::BinderFirstTraits< Fctor >::BoundFunctorType | Chroma::BindFirst (const Fctor &fun, typename Fctor::Parm1 bound) |
template<class Fun1 , class Fun2 > | |
Fun2 | Chroma::Chain (const Fun1 &fun1, const Fun2 &fun2) |
Generic functor class.
Definition in file objfunctor.h.
#define DEFINE_CLONE_FUNCTORIMPL | ( | Cls | ) | virtual Cls* DoClone() const { return new Cls(*this); } |
Definition at line 50 of file objfunctor.h.