SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::mismatch_score< score_type > Struct Template Reference

A strong type of underlying type score_type that represents the score two different characters. More...

#include <seqan3/alignment/scoring/scoring_scheme_base.hpp>

+ Inheritance diagram for seqan3::mismatch_score< score_type >:

Related Symbols

(Note that these are not member symbols.)

Template argument type deduction guides
template<arithmetic score_type>
 mismatch_score (score_type) -> mismatch_score< score_type >
 Deduce the score type from the provided argument.
 

Detailed Description

template<arithmetic score_type>
struct seqan3::mismatch_score< score_type >

A strong type of underlying type score_type that represents the score two different characters.

Template Parameters
score_typeThe underlying type.
See also
scoring_scheme_base::set_simple_scheme

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