Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::compose_unary_t< F, G > Class Template Reference

template<typename F, typename G>
class TMVA::compose_unary_t< F, G >

Definition at line 146 of file DataSetFactory.h.

Public Member Functions

 compose_unary_t (const F &_f, const G &_g)
 
F::result_type operator() (const typename G::argument_type &argG) const
 

Private Attributes

const Ff
 
const Gg
 

#include <TMVA/DataSetFactory.h>

Inheritance diagram for TMVA::compose_unary_t< F, G >:
[legend]

Constructor & Destructor Documentation

◆ compose_unary_t()

template<typename F , typename G >
TMVA::compose_unary_t< F, G >::compose_unary_t ( const F _f,
const G _g 
)
inline

Definition at line 153 of file DataSetFactory.h.

Member Function Documentation

◆ operator()()

template<typename F , typename G >
F::result_type TMVA::compose_unary_t< F, G >::operator() ( const typename G::argument_type &  argG) const
inline

Definition at line 157 of file DataSetFactory.h.

Member Data Documentation

◆ f

template<typename F , typename G >
const F& TMVA::compose_unary_t< F, G >::f
private

Definition at line 150 of file DataSetFactory.h.

◆ g

template<typename F , typename G >
const G& TMVA::compose_unary_t< F, G >::g
private

Definition at line 151 of file DataSetFactory.h.

  • tmva/tmva/inc/TMVA/DataSetFactory.h