Logo ROOT  
Reference Guide
ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T > Struct Template Reference

template<class ParentFunctor, typename PointerToObj, typename PointerToMemFn>
template<typename PObj, typename F, typename T>
struct ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T >

Definition at line 215 of file ParamFunctor.h.

Static Public Member Functions

static T Eval (PObj &pobj, F &f, T *x, double *p)
 
static T EvalConst (PObj &pobj, F &f, const T *x, const double *p)
 

Member Function Documentation

◆ Eval()

template<class ParentFunctor , typename PointerToObj , typename PointerToMemFn >
template<typename PObj , typename F , typename T >
static T ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T >::Eval ( PObj &  pobj,
F f,
T *  x,
double p 
)
inlinestatic

Definition at line 216 of file ParamFunctor.h.

◆ EvalConst()

template<class ParentFunctor , typename PointerToObj , typename PointerToMemFn >
template<typename PObj , typename F , typename T >
static T ROOT::Math::ParamMemFunHandler< ParentFunctor, PointerToObj, PointerToMemFn >::MemFuncEvaluator< PObj, F, T >::EvalConst ( PObj &  pobj,
F f,
const T *  x,
const double p 
)
inlinestatic

Definition at line 220 of file ParamFunctor.h.


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