CAPD::DynSys Library  6.0.0
capd::auxil::ComposedFunctor< Op2, Op1 > Class Template Reference

#include <capd/auxil/Functor.h>

Public Types

typedef Op1::argumentType argumentType
 
typedef Op2::valueType valueType
 

Public Member Functions

 ComposedFunctor (const Op2 &A_op2, const Op1 &A_op1)
 
valueType operator() (argumentType A_a)
 

Member Typedef Documentation

◆ argumentType

template<class Op2 , class Op1 >
typedef Op1::argumentType capd::auxil::ComposedFunctor< Op2, Op1 >::argumentType

◆ valueType

template<class Op2 , class Op1 >
typedef Op2::valueType capd::auxil::ComposedFunctor< Op2, Op1 >::valueType

Constructor & Destructor Documentation

◆ ComposedFunctor()

template<class Op2 , class Op1 >
capd::auxil::ComposedFunctor< Op2, Op1 >::ComposedFunctor ( const Op2 &  A_op2,
const Op1 &  A_op1 
)
inline

Member Function Documentation

◆ operator()()

template<class Op2 , class Op1 >
valueType capd::auxil::ComposedFunctor< Op2, Op1 >::operator() ( argumentType  A_a)
inline

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