STK++ 0.9.13
|
Template functor giving the not 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 | |
result_type | operator() (param1_type const &value) const |
Template functor giving the not value.
Definition at line 372 of file STK_Functors.h.
typedef hidden::RemoveConst<Type>::Type STK::NegOp< Type >::param1_type |
Definition at line 376 of file STK_Functors.h.
typedef bool STK::NegOp< Type >::result_type |
Definition at line 375 of file STK_Functors.h.
|
inline |
Definition at line 378 of file STK_Functors.h.