|
constexpr |
Creates a decorator that adds a WHERE clause to the current querier.
| PREDICATE | The predicate type that defines the condition for the WHERE clause. It must satisfy the sqt::PredicateType concept. |
| predicate | The predicate instance that defines the condition for the WHERE clause. |