Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TF1::TF1FunctionPointerImpl< T > Struct Template Reference

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

Definition at line 197 of file TF1.h.

Public Member Functions

 TF1FunctionPointerImpl (const std::function< T(const T *f, const Double_t *param)> &&func)
 

Public Attributes

std::function< T(const T *f, const Double_t *param)> fimpl
 

#include <TF1.h>

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

Constructor & Destructor Documentation

◆ TF1FunctionPointerImpl()

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

Definition at line 198 of file TF1.h.

Member Data Documentation

◆ fimpl

template<class T>
std::function<T(const T *f, const Double_t *param)> TF1::TF1FunctionPointerImpl< T >::fimpl

Definition at line 198 of file TF1.h.


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