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

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, target_template >:

Detailed Description

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

Determines whether a source_type is a specialisation of another template.

Template Parameters
source_typeThe source type.
target_templateThe type template you wish to compare against (must take only non-types as template arguments).
See also
seqan3::detail::is_type_specialisation_of
seqan3::detail::is_value_specialisation_of_v

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