Provides seqan3::type_list and auxiliary type traits. More...
Go to the source code of this file.
Variables | |
template<typename source_t , template< auto ... > typename target_template> | |
constexpr bool | is_value_specialisation_of_v = is_value_specialisation_of<source_t, target_template>::value |
Helper variable template for seqan3::detail::is_value_specialisation_of (unary_type_trait shortcut). More... | |
Provides seqan3::type_list and auxiliary type traits.
|
inline |
Helper variable template for seqan3::detail::is_value_specialisation_of (unary_type_trait shortcut).
source_type | The source type. |
target_template | The type template you wish to compare against (must take only types as template arguments). |