STK++ 0.9.13
|
Template functor which compute the difference of two numbers. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 2 } |
typedef hidden::Promote< Type1, Type2 >::result_type | result_type |
typedef hidden::RemoveConst< Type1 >::Type const & | param1_type |
typedef hidden::RemoveConst< Type2 >::Type const & | param2_type |
Public Member Functions | |
result_type | operator() (param1_type a, param2_type b) const |
Template functor which compute the difference of two numbers.
Definition at line 210 of file STK_Functors.h.
typedef hidden::RemoveConst<Type1>::Type const& STK::DifferenceOp< Type1, Type2 >::param1_type |
Definition at line 214 of file STK_Functors.h.
typedef hidden::RemoveConst<Type2>::Type const& STK::DifferenceOp< Type1, Type2 >::param2_type |
Definition at line 215 of file STK_Functors.h.
typedef hidden::Promote<Type1,Type2>::result_type STK::DifferenceOp< Type1, Type2 >::result_type |
Definition at line 213 of file STK_Functors.h.
|
inline |
Definition at line 217 of file STK_Functors.h.