Predicate pattern that always return false. More...
Predicate pattern that always return false.
ParameterType | Type of the value to evaluate. |
Public Member Methods | |
bool | Evaluate (ParameterType value) const |
Evaluate the condition on the given value. More... | |
![]() | |
virtual | ~Predicate () |
Desctructor. More... | |
bool | operator() (ParameterType value) const |
Operator of transcoding to bool. More... | |
|
inlinevirtual |
Evaluate the condition on the given value.
value | The value to evaluate. |
Implements Predicate< ParameterType >.