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

Specifies that a type is a container, and abides by the other corresponding restrictions for that kind of a container. More...

Concept definition

template<typename T>
Specifies that a type is an associative container, the value type of which is convertible,...
Definition qx-sqlconcepts.h:66
Specifies that a type is a non-associative container, the value type of which is convertible to/from ...
Definition qx-sqlconcepts.h:62
Specifies that a type is a container, and abides by the other corresponding restrictions for that kin...
Definition qx-sqlconcepts.h:71

Detailed Description

Satisfied if T satisfies sql_collective or sql_associative.