11template <
class A,
template <
typename...>
class B>
14template <
typename... Args,
template <
typename...>
class B>
17template <
typename A,
template <
typename...>
class B>
22using target_type = std::remove_pointer_t<std::remove_reference_t<T>>;
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
std::remove_pointer_t< std::remove_reference_t< T > > target_type
Definition qx-typetraits.h:22
Checks whether A is a specialization of B.
Definition qx-typetraits.h:12