Predicate pattern that always return true. More...
Predicate pattern that always return true.
| ParameterType | Type of the value to evaluate. |
Inheritance diagram for PredicateTrue< ParameterType >:Public Member Methods | |
| bool | Evaluate (ParameterType value) const |
| Evaluate the condition on the given value. More... | |
Public Member Methods inherited from Predicate< ParameterType > | |
| 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 >.