STK++ 0.9.13
|
Template functor which cast a type to another type. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 1 } |
typedef OtherType | result_type |
typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
result_type | operator() (param1_type const &a) const |
Template functor which cast a type to another type.
Definition at line 985 of file STK_Functors.h.
typedef hidden::RemoveConst<Type>::Type STK::CastOp< Type, OtherType >::param1_type |
Definition at line 989 of file STK_Functors.h.
typedef OtherType STK::CastOp< Type, OtherType >::result_type |
Definition at line 988 of file STK_Functors.h.
|
inline |
Definition at line 991 of file STK_Functors.h.