|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
Determines whether a source_type is a specialisation of another template. More...
#include <seqan3/core/detail/template_inspection.hpp>
Inheritance diagram for seqan3::detail::is_value_specialisation_of< source_t< source_args... >, source_t >:Determines whether a source_type is a specialisation of another template.
| source_type | The source type. |
| target_template | The type template you wish to compare against (must take only non-types as template arguments). |