STK++ 0.9.13
|
Template functor testing if a number is not equal to an other number. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 2 } |
typedef bool | result_type |
typedef hidden::RemoveConst< Type1 >::Type | param1_type |
typedef hidden::RemoveConst< Type2 >::Type const & | param2_type |
Public Member Functions | |
result_type | operator() (param1_type const &value1, param2_type value2) const |
Template functor testing if a number is not equal to an other number.
Definition at line 126 of file STK_Functors.h.
typedef hidden::RemoveConst<Type1>::Type STK::NotEqualOp< Type1, Type2 >::param1_type |
Definition at line 130 of file STK_Functors.h.
typedef hidden::RemoveConst<Type2>::Type const& STK::NotEqualOp< Type1, Type2 >::param2_type |
Definition at line 131 of file STK_Functors.h.
typedef bool STK::NotEqualOp< Type1, Type2 >::result_type |
Definition at line 129 of file STK_Functors.h.
|
inline |
Definition at line 133 of file STK_Functors.h.