Predicate delegate.
ParameterType | Type of the objects to evaluate. |
Public Member Methods | |
PredicateDelegate (Delegate< ParameterPredicate< ParameterType > & > &predicateDelegate) | |
Constructor. More... | |
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... | |
|
inline |
Constructor.
predicateDelegate | The delegate to evaluate. |
|
inlinevirtual |
Evaluate the condition on the given value.
value | The value to evaluate. |
Implements Predicate< ParameterType >.