SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::OperandType Concept Reference

#include <sqt/orm/expression/operand/operand_type.h>

Description

Constrains a type to be an operand type.

Requirements

Operands are used in expressions to represent values or identifiers. This concept defines the common requirements for operand types. There are several concepts for more specific operand types defined in the framework:

See also
sqt::ExpressionLike
sqt::IdentifierOperandType
sqt::ValueOperandType