Specifies that a type is a container, and abides by the other corresponding restrictions for that kind of a container.
More...
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
Satisfied if T satisfies sql_collective or sql_associative.