STK++ 0.9.13
|
Template functor to add a number to a fixed value. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 1 } |
typedef Type | result_type |
typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
DifferenceWithOp (DifferenceWithOp const &value) | |
DifferenceWithOp (Type value) | |
result_type | operator() (param1_type const &a) const |
Private Attributes | |
param1_type const | value_ |
Template functor to add a number to a fixed value.
Definition at line 529 of file STK_Functors.h.
typedef hidden::RemoveConst<Type>::Type STK::DifferenceWithOp< Type >::param1_type |
Definition at line 533 of file STK_Functors.h.
typedef Type STK::DifferenceWithOp< Type >::result_type |
Definition at line 532 of file STK_Functors.h.
|
inline |
Definition at line 535 of file STK_Functors.h.
|
inline |
Definition at line 536 of file STK_Functors.h.
|
inline |
|
private |
Definition at line 540 of file STK_Functors.h.
Referenced by STK::DifferenceWithOp< Type >::operator()().