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

Specifies that a type is a specialization of std::optional that manages values of a SQL convertible type. More...

Concept definition

template<typename T>
Specifies that a type is generally convertible to/from SQL.
Definition qx-sqlconcepts.h:45
Specifies that a type is a specialization of std::optional that manages values of a SQL convertible t...
Definition qx-sqlconcepts.h:75
Specifies that a type is a specialization of a template.
Definition qx-concepts.h:513

Detailed Description

Satisfied if T satisfies Qx::specialize (for std::optional) and T::value_type satisfies sql_convertible.