SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::IdentifierOperand< IDENTIFIER > Class Template Reference

Description

template<typename IDENTIFIER>
class sqt::IdentifierOperand< IDENTIFIER >

The primary template for defining identifier operands.

Template Parameters
IDENTIFIERThe identifier type this operand represents.

This primary template is used to define identifier operands. There are two specializations of this template depending on the identifier type:

See also
sqt::IdentifierOperand<COLUMN>
sqt::IdentifierOperand<COMPOSITE_COLUMN>