template<typename K, template< typename... > class L>
Specifies that a type is a specialization of a template.
Definition qx-concepts.h:506
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-abstracterror.cpp:13
constexpr bool is_specialization_of_v
See is_specialization_of.
Definition qx-typetraits.h:18
Satisfied if K
is a specialization of L
with any parameters.