Qx v0.7
Qt Extensions Library
Loading...
Searching...
No Matches
QxSql::sql_struct_inside Concept Reference

Specifies that a type is a SQL-tied struct registered with QX_SQL_STRUCT(). More...

Concept definition

template<typename T>
concept QxSql::sql_struct_inside = requires {
T::template QxSqlMetaStructInside<T>::memberMetadata();
}
Specifies that a type is a SQL-tied struct registered with QX_SQL_STRUCT().
Definition qx-sqlconcepts.h:32

Detailed Description

Satisfied if T has been properly registered with the above macro.