SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::match_score< score_type > Struct Template Reference

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

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

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

Related Functions

(Note that these are not member functions.)

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

Detailed Description

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

A strong type of underlying type score_type that represents the score of two matching 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: