Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 216 of file ParamFunctor.h.

Static Public Member Functions

staticEval (PObj &pobj, F &f, T *x, double *p)
 
staticEvalConst (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 217 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 221 of file ParamFunctor.h.


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