Specifies that a type is an associative container, the value type of which is convertible, to/from SQL, and for which a key/value type specializaton of keygen() exists.
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 generally convertible to/from SQL.
Definition qx-sqlconcepts.h:45
Specifies that a type has a known method for creating a corresponding key.
Definition qx-sqlconcepts.h:57
Specifies that a type is a Qt-based associative container type.
Definition qx-concepts.h:520
Satisfied if T satisfies Qx::qassociative, T::mapped_type satisfies sql_convertible, and T::key_type + T::mapped_type satisfy sql_keyable.