STK++ 0.9.13
|
Template functor to test if a number is equal to a fixed value. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 1 } |
typedef bool | result_type |
typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
EqualWithOp (EqualWithOp const &value) | |
EqualWithOp (Type value) | |
result_type | operator() (param1_type const &a) const |
Private Attributes | |
param1_type const | value_ |
Template functor to test if a number is equal to a fixed value.
Definition at line 410 of file STK_Functors.h.
typedef hidden::RemoveConst<Type>::Type STK::EqualWithOp< Type >::param1_type |
Definition at line 414 of file STK_Functors.h.
typedef bool STK::EqualWithOp< Type >::result_type |
Definition at line 413 of file STK_Functors.h.
|
inline |
Definition at line 416 of file STK_Functors.h.
|
inline |
Definition at line 417 of file STK_Functors.h.
|
inline |
|
private |
Definition at line 421 of file STK_Functors.h.
Referenced by STK::EqualWithOp< Type >::operator()().