SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides type traits for working with templates. More...
Go to the source code of this file.
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
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). | |
Provides type traits for working with templates.
|
no-apiinlineconstexpr |
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). |