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

Specifies that a type is the same as SqlString. More...

Concept definition

template<typename T>
concept Qx::sql_string = std::same_as<T, SqlString>
Specifies that a type is the same as SqlString.
Definition qx-sqlstring.h:30

Detailed Description

Satisfied if T is SqlString.