|
STK++ 0.9.13
|
Template functor which compute the cube of a number. More...
#include <STK_Functors.h>
Public Types | |
| enum | { NbParam_ = 1 } |
| typedef Type | result_type |
| typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
| result_type | operator() (param1_type const &a) const |
Template functor which compute the cube of a number.
Definition at line 973 of file STK_Functors.h.
| typedef hidden::RemoveConst<Type>::Type STK::CubeOp< Type >::param1_type |
Definition at line 977 of file STK_Functors.h.
| typedef Type STK::CubeOp< Type >::result_type |
Definition at line 976 of file STK_Functors.h.
|
inline |
Definition at line 979 of file STK_Functors.h.