Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TMVA::compose_unary_t< F, G > Class Template Reference

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

Definition at line 160 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 167 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 171 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 164 of file DataSetFactory.h.

◆ g

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

Definition at line 165 of file DataSetFactory.h.


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