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

◆ MakeCompositeColumn()

template<ColumnType... COLUMNS>
CompositeColumn< COLUMNS... > sqt::MakeCompositeColumn ( const COLUMNS &... columns)
constexprnoexcept

Creates a composite column from the specified columns.

Template Parameters
COLUMNSThe column types that compose the composite column.
Parameters
columnsThe column instances. They are used to deduce the column types and will not be used.
Returns
The composite column instance.
See also
sqt::CompositeColumn<>