STK++ 0.9.13
|
Template functor computing the product of a number by 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 | |
ProductWithOp (Type value) | |
ProductWithOp (ProductWithOp const &value) | |
result_type | operator() (param1_type const &a) const |
Private Attributes | |
param1_type const | value_ |
Template functor computing the product of a number by a fixed value.
Definition at line 563 of file STK_Functors.h.
typedef hidden::RemoveConst<Type>::Type STK::ProductWithOp< Type >::param1_type |
Definition at line 567 of file STK_Functors.h.
typedef Type STK::ProductWithOp< Type >::result_type |
Definition at line 566 of file STK_Functors.h.
|
inline |
Definition at line 569 of file STK_Functors.h.
|
inline |
Definition at line 570 of file STK_Functors.h.
|
inline |
|
private |
Definition at line 574 of file STK_Functors.h.
Referenced by STK::ProductWithOp< Type >::operator()(), and STK::ProductWithOp< bool >::operator()().