SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ AssignmentOperator

enum class sqt::AssignmentOperator
strong

Represents the assignment operator used in assignments.

This enum is used as a tag for checking if a type is an assignment type. The enum value is meaningless and is not used.

See also
sqt::Assignment<>
sqt::AssignmentType