|
STK++ 0.9.13
|
Template functor to raise a number to a power. More...
#include <STK_Functors.h>
Public Types | |
| enum | { NbParam_ = 1 } |
| typedef Type | result_type |
| typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
| PowOp (PowOp const &value) | |
| PowOp (Type exponent) | |
| result_type | operator() (param1_type const &a) const |
Private Attributes | |
| const Type | exponent_ |
Template functor to raise a number to a power.
Definition at line 931 of file STK_Functors.h.
| typedef hidden::RemoveConst<Type>::Type STK::PowOp< Type >::param1_type |
Definition at line 935 of file STK_Functors.h.
| typedef Type STK::PowOp< Type >::result_type |
Definition at line 934 of file STK_Functors.h.
|
inline |
Definition at line 937 of file STK_Functors.h.
|
inline |
Definition at line 938 of file STK_Functors.h.
|
inline |
|
private |
Definition at line 942 of file STK_Functors.h.
Referenced by STK::PowOp< Type >::operator()().