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

Specifies that two types are StringLiterals that use the same storage type. More...

Concept definition

template<typename T, typename U>
std::same_as<typename T::data_t, typename U::data_t>
Specifies that two types are StringLiterals that use the same storage type.
Definition qx-stringliteral.h:58
Specifies that a type is a specialization or derivation of StringLiteral.
Definition qx-stringliteral.h:55

Detailed Description

Satisfied if T and U satisfy string_literal and have the same data type (data_t).