template<
PredicateOperator OPERATOR, PredicateTermType LHS, PredicateTermType RHS>
class sqt::Predicate< OPERATOR, LHS, RHS >
Represents a predicate that combines two operands with an operator.
- Template Parameters
-
| OPERATOR | The operator to use for the predicate. |
| LHS | The left-hand side operand of the predicate, which must satisfy the sqt::PredicateTermType concept. |
| RHS | The right-hand side operand of the predicate, which must satisfy the sqt::PredicateTermType concept. |
This class template satisfies the sqt::PredicateType concept.
- See also
- sqt::PredicateOperator
-
sqt::PredicateType
-
sqt::PredicateTermType