STK++ 0.9.13
|
Specialization for boolean. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 1 } |
typedef bool const | result_type |
typedef bool const | param1_type |
Public Member Functions | |
ProductWithOp (bool value) | |
ProductWithOp (ProductWithOp const &value) | |
result_type | operator() (param1_type const &a) const |
Private Attributes | |
bool const | value_ |
Specialization for boolean.
Definition at line 580 of file STK_Functors.h.
typedef bool const STK::ProductWithOp< bool >::param1_type |
Definition at line 584 of file STK_Functors.h.
typedef bool const STK::ProductWithOp< bool >::result_type |
Definition at line 583 of file STK_Functors.h.
|
inline |
Definition at line 586 of file STK_Functors.h.
|
inline |
Definition at line 587 of file STK_Functors.h.
|
inline |
|
private |
Definition at line 591 of file STK_Functors.h.