Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TMVA::compose_binary_t< F, G, H > Class Template Reference

template<typename F, typename G, typename H>
class TMVA::compose_binary_t< F, G, H >

Definition at line 117 of file DataSetFactory.h.

Public Member Functions

 compose_binary_t (const F &_f, const G &_g, const H &_h)
 
F::result_type operator() (const typename G::argument_type &argG, const typename H::argument_type &argH) const
 

Private Attributes

const Ff
 
const Gg
 
const Hh
 

#include <TMVA/DataSetFactory.h>

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

Constructor & Destructor Documentation

◆ compose_binary_t()

template<typename F, typename G, typename H>
TMVA::compose_binary_t< F, G, H >::compose_binary_t ( const F _f,
const G _g,
const H _h 
)
inline

Definition at line 126 of file DataSetFactory.h.

Member Function Documentation

◆ operator()()

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

Definition at line 130 of file DataSetFactory.h.

Member Data Documentation

◆ f

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

Definition at line 122 of file DataSetFactory.h.

◆ g

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

Definition at line 123 of file DataSetFactory.h.

◆ h

template<typename F, typename G, typename H>
const H& TMVA::compose_binary_t< F, G, H >::h
private

Definition at line 124 of file DataSetFactory.h.

Libraries for TMVA::compose_binary_t< F, G, H >:
[legend]

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