Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TF1::TF1FunctorPointerImpl< T > Struct Template Reference

template<class T>
struct TF1::TF1FunctorPointerImpl< T >

Definition at line 284 of file TF1.h.

Public Member Functions

 TF1FunctorPointerImpl (const ROOT::Math::ParamFunctorTempl< T > &func)
 
 TF1FunctorPointerImpl (const std::function< T(const T *f, const Double_t *param)> &func)
 

Public Attributes

ROOT::Math::ParamFunctorTempl< T > fImpl
 

#include <TF1.h>

Inheritance diagram for TF1::TF1FunctorPointerImpl< T >:
[legend]

Constructor & Destructor Documentation

◆ TF1FunctorPointerImpl() [1/2]

template<class T>
TF1::TF1FunctorPointerImpl< T >::TF1FunctorPointerImpl ( const ROOT::Math::ParamFunctorTempl< T > &  func)
inline

Definition at line 285 of file TF1.h.

◆ TF1FunctorPointerImpl() [2/2]

template<class T>
TF1::TF1FunctorPointerImpl< T >::TF1FunctorPointerImpl ( const std::function< T(const T *f, const Double_t *param)> &  func)
inline

Definition at line 286 of file TF1.h.

Member Data Documentation

◆ fImpl

Definition at line 286 of file TF1.h.

Collaboration diagram for TF1::TF1FunctorPointerImpl< T >:
[legend]

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