API Guides > ConceptRT 3.x
ParameterPredicate< ParameterType > Class Template Reference

Parameter to build predicate delegate. More...

Detailed Description

template<class ParameterType>
class ConceptRT::ParameterPredicate< ParameterType >

Parameter to build predicate delegate.

Template Parameters
ParameterTypeType of the objects to evaluate.

Public Attributes

ParameterType Item
 The value to evaluate. More...
 
bool Result
 The result. Set this value in the execution of the delegate when evaluating the condition on the value. More...
 

Fields Documentation

ParameterType Item

The value to evaluate.

bool Result

The result. Set this value in the execution of the delegate when evaluating the condition on the value.