SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::is_type_specialisation_of< source_t, target_template > Struct Template Reference

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...

#include <seqan3/core/detail/template_inspection.hpp>

+ Inheritance diagram for seqan3::detail::is_type_specialisation_of< source_t, target_template >:

Detailed Description

template<typename source_t, template< typename... > typename target_template>
requires ( !std::same_as<transformation_trait_or_t<transfer_template_args_onto<source_t, target_template>, void>, void>)
struct seqan3::detail::is_type_specialisation_of< source_t, target_template >

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.


The documentation for this struct was generated from the following file:
Hide me