Specifies that a type is a specialization of a template.
More...
template<typename K, template< typename... > class L>
concept
Qx::
specializes = QxConceptsPrivate::is_specialization_of_v<K, L>
Specifies that a type is a specialization of a template.
Definition qx-concepts.h:517
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
Satisfied if K
is a specialization of L
with any parameters.