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

◆ TableType

template<typename ENTITY>
using sqt::TableType = TableMapping<ENTITY>::type

A helper template to retrieve the table type associated with an entity type.

Template Parameters
ENTITYThe entity type.

This template is a shorthand for sqt::TableMapping<ENTITY>::type.

See also
sqt::TableMapping<>